diff options
Diffstat (limited to 'dxr3configdata.h')
-rw-r--r-- | dxr3configdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3configdata.h b/dxr3configdata.h index 06aeacf..f26130e 100644 --- a/dxr3configdata.h +++ b/dxr3configdata.h @@ -83,7 +83,7 @@ public: // some little helpers to save some writing int GetDebugLow() const { return (m_Debug && !m_DebugLevel); } - int GetDebugEverything() const { if (m_Debug && !m_DebugLeevel) { return 1; } else { return 0; } } + int GetDebugEverything() const { if (m_Debug && !m_DebugLevel) { return 1; } else { return 0; } } int GetBrightness() const { return m_Brightness; } int SetBrightness(int value) { return m_Brightness = value; } |