We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301e2e4 commit b2931c3Copy full SHA for b2931c3
1 file changed
src/xrEngine/xr_ioc_cmd.h
@@ -53,7 +53,7 @@ class ENGINE_API IConsole_Command
53
54
IC bool EQ(LPCSTR S1, LPCSTR S2) { return xr_strcmp(S1, S2) == 0; }
55
public:
56
- IConsole_Command(LPCSTR N BENCH_SEC_SIGN) : cName(N), bEnabled(TRUE), bLowerCaseArgs(TRUE), bEmptyArgsHandled(FALSE)
+ IConsole_Command(LPCSTR N BENCH_SEC_SIGN) : cName(N), bEnabled(TRUE), bLowerCaseArgs(FALSE), bEmptyArgsHandled(FALSE)
57
{
58
m_LRU.reserve(LRU_MAX_COUNT + 1);
59
m_LRU.clear();
0 commit comments