mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
- commented FBaseCVar::GetHumanString back in.
This had to be deactivated when adding the code, but was forgotten when everything was ready.
This commit is contained in:
parent
3ea526055f
commit
525cf28d29
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ FBaseCVar::~FBaseCVar ()
|
|||
const char *FBaseCVar::GetHumanString(int precision) const
|
||||
{
|
||||
assert(true);
|
||||
return "";// GetGenericRep(CVAR_String).String;
|
||||
return GetGenericRep(CVAR_String).String;
|
||||
}
|
||||
|
||||
void FBaseCVar::ForceSet (UCVarValue value, ECVarType type, bool nouserinfosend)
|
||||
|
|
Loading…
Reference in a new issue