moved gizmo discovery to distinct function outside of renderfunctions

This commit is contained in:
itsmattkc
2019-03-02 10:30:50 -08:00
parent f19eded768
commit 2e400c7c55
7 changed files with 60 additions and 27 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public:
QMutex* get_texture_mutex();
const GLuint& get_texture();
EffectPtr gizmos;
Effect* gizmos;
void paint();
void start_render(QOpenGLContext* share,
SequencePtr s,