mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
CGameOptions: Make TuneScreenBrightness() a const member function
This member function doesn't modify internal class state.
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
void EnsureSettings();
|
||||
void PutTo(CBitStreamWriter& writer) const;
|
||||
|
||||
float TuneScreenBrightness();
|
||||
float TuneScreenBrightness() const;
|
||||
void SetScreenBrightness(s32, bool);
|
||||
s32 GetScreenBrightness() const { return x48_screenBrightness; }
|
||||
void ApplyGamma();
|
||||
|
||||
Reference in New Issue
Block a user