fixed gizmos

This commit is contained in:
itsmattkc
2019-03-19 22:23:08 +11:00
parent 1ff46c009b
commit 0a5c3fe36e
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -615,7 +615,7 @@ GLuint compose_sequence(ComposeSequenceParams &params) {
params.gizmos->gizmo_draw(timecode, coords);
// convert gizmo coords to screen coords
params.gizmos->gizmo_world_to_screen(projection, coords.matrix);
params.gizmos->gizmo_world_to_screen(coords.matrix, projection);
}