Fixed static analysis issues from #1535.

This commit is contained in:
Branimir Karadžić
2018-10-28 15:34:06 -07:00
parent 12a5bc959b
commit 3794494d3b
2 changed files with 2 additions and 1 deletions

View File

@@ -207,7 +207,7 @@ struct Emitter
void gizmo(const float* _view, const float* _proj)
{
float mtx[16];
float scale[3];
float scale[3] = { 1.0f, 1.0f, 1.0f };
ImGuizmo::RecomposeMatrixFromComponents(m_uniforms.m_position, m_uniforms.m_angle, scale, mtx);