mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
VideoCommon: Clean freelook camera dirty state when getting the new view
This commit is contained in:
parent
0bc7dcd172
commit
a65ef35f1a
3 changed files with 8 additions and 0 deletions
|
@ -270,3 +270,8 @@ bool FreeLookCamera::IsDirty() const
|
|||
{
|
||||
return m_dirty;
|
||||
}
|
||||
|
||||
void FreeLookCamera::SetClean()
|
||||
{
|
||||
m_dirty = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue