Skip to content

Commit 3672a3b

Browse files
committed
Fixed incorrect type of ConVarExt::GetMax.
1 parent 759953f commit 3672a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/modules/cvars/cvars.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class ConVarExt
108108
return fMin;
109109
}
110110

111-
static bool GetMax(ConVar* pConVar)
111+
static float GetMax(ConVar* pConVar)
112112
{
113113
float fMax;
114114
pConVar->GetMax(fMax);

0 commit comments

Comments
 (0)