mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Clean freelook camera dirty state when getting the new view
This commit is contained in:
@ -270,3 +270,8 @@ bool FreeLookCamera::IsDirty() const
|
||||
{
|
||||
return m_dirty;
|
||||
}
|
||||
|
||||
void FreeLookCamera::SetClean()
|
||||
{
|
||||
m_dirty = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user