mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: Clean freelook camera dirty state when getting the new view
This commit is contained in:
@ -56,6 +56,7 @@ public:
|
||||
void DoState(PointerWrap& p);
|
||||
|
||||
bool IsDirty() const;
|
||||
void SetClean();
|
||||
|
||||
private:
|
||||
bool m_dirty = false;
|
||||
|
Reference in New Issue
Block a user