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
|
@ -56,6 +56,7 @@ public:
|
|||
void DoState(PointerWrap& p);
|
||||
|
||||
bool IsDirty() const;
|
||||
void SetClean();
|
||||
|
||||
private:
|
||||
bool m_dirty = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue