use floats in viewer scale

This commit is contained in:
itsmattkc
2020-11-22 18:47:21 +11:00
parent 8fb374696a
commit af0f6163af
+1 -1
View File
@@ -176,7 +176,7 @@ void ViewerSizer::UpdateSize()
} else {
// Fit - add a small amount of padding
child_matrix.scale(0.95, 0.95);
child_matrix.scale(0.95f, 0.95f);
}