mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2025-02-17 00:51:11 +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
|
#else
|
||||||
|
|
||||||
static size_t heapSize = 13 * 1024 * 1024;
|
static size_t heapSize = 9 * 1024 * 1024;
|
||||||
|
|
||||||
#endif // SLIM
|
#endif // SLIM
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue