mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed bug when passing identity to view transform.
This commit is contained in:
parent
616177ea5f
commit
1a0e1699d9
1 changed files with 1 additions and 1 deletions
|
@ -2290,7 +2290,7 @@ namespace bgfx
|
|||
}
|
||||
else
|
||||
{
|
||||
m_view[_id].setIdentity();
|
||||
m_proj[_id].setIdentity();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue