mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 02:42:45 +00:00
Fix method signatures
This commit is contained in:
parent
f7d8f6456f
commit
8be9627c8d
@ -26,7 +26,7 @@ namespace MWMechanics
|
||||
return mBase;
|
||||
}
|
||||
|
||||
const T& getModified() const
|
||||
T getModified() const
|
||||
{
|
||||
return std::max(static_cast<T>(0), mModified);
|
||||
}
|
||||
@ -108,7 +108,7 @@ namespace MWMechanics
|
||||
return mStatic.getBase();
|
||||
}
|
||||
|
||||
const T& getModified() const
|
||||
T getModified() const
|
||||
{
|
||||
return mStatic.getModified();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user