Skip to content

Commit

Permalink
xrCore: fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed May 25, 2018
1 parent 138b803 commit 5b5e0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/xrMemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void xrMemory::mem_compact()
g_pSharedMemoryContainer->clean();

#if defined(WINDOWS)
if (strstr(Core.Params, "-swap_on_compact"))
if (strstr(Core.Params, "-swap_on_compact"))
SetProcessWorkingSetSize(GetCurrentProcess(), size_t(-1), size_t(-1));
#endif
}
Expand Down

0 comments on commit 5b5e0f3

Please sign in to comment.