mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 06:31:40 +00:00
Drop the heap size by 1mB (lol)
This commit is contained in:
parent
ed9f3d33cd
commit
bc10c5d7f6
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ namespace quake
|
|||
|
||||
#else
|
||||
|
||||
static size_t heapSize = 13 * 1024 * 1024;
|
||||
static size_t heapSize = 9 * 1024 * 1024;
|
||||
|
||||
#endif // SLIM
|
||||
|
||||
|
|
Loading…
Reference in a new issue