real fix for options
This commit is contained in:
@@ -63,6 +63,11 @@ public:
|
||||
m_currentValue = m_defaultValue;
|
||||
}
|
||||
|
||||
T &Value()
|
||||
{
|
||||
return m_currentValue;
|
||||
}
|
||||
|
||||
operator const T () const
|
||||
{
|
||||
return m_currentValue;
|
||||
|
||||
Reference in New Issue
Block a user