Added an option to disable the Pool allocation in Config.ini, in case there is a mess with the MemoryPool.
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
LogLevel=1
|
||||
LoadMap=
|
||||
EditorEnabled=false
|
||||
|
||||
; if true -> Pool allocation is not used when calling Allocate/Free, just use regular dynamic allocation.
|
||||
; if false -> Use pool allocation.
|
||||
DisableMemoryPool=false
|
||||
|
||||
[Video]
|
||||
Fullscreen=false
|
||||
|
||||
Reference in New Issue
Block a user