fixed various issues with threading

This commit is contained in:
itsmattkc
2019-01-15 22:01:51 +11:00
parent 13d30ab06a
commit e1ec2f6fbe
16 changed files with 339 additions and 115 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ GLuint compose_sequence(Viewer* viewer,
glBindTexture(GL_TEXTURE_2D, 0); // unbind texture
// TODO restore this function
/*if (gizmos != nullptr && !drawn_gizmos && nests.isEmpty()) {
/*if ((*gizmos) != nullptr && !drawn_gizmos && nests.isEmpty()) {
(*gizmos)->gizmo_draw(timecode, coords); // set correct gizmo coords
(*gizmos)->gizmo_world_to_screen();