Fixed bug when passing identity to view transform.
This commit is contained in:
parent
616177ea5f
commit
1a0e1699d9
@ -2290,7 +2290,7 @@ namespace bgfx
|
||||
}
|
||||
else
|
||||
{
|
||||
m_view[_id].setIdentity();
|
||||
m_proj[_id].setIdentity();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user