Fixed bug when passing identity to view transform.

This commit is contained in:
bkaradzic 2013-04-23 22:40:50 -07:00
parent 616177ea5f
commit 1a0e1699d9

View File

@ -2290,7 +2290,7 @@ namespace bgfx
}
else
{
m_view[_id].setIdentity();
m_proj[_id].setIdentity();
}
}