mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed static analysis issues from #1535.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user