mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
export a unicode font may crash because chunks out of range...
set MemoryPoolDynamicStatic::MAX_CHUNKS to 65536
This commit is contained in:
parent
87fd153215
commit
4927acd7ad
@ -38,7 +38,7 @@ class MemoryPoolDynamicStatic : public MemoryPoolDynamic {
|
||||
_THREAD_SAFE_CLASS_
|
||||
|
||||
enum {
|
||||
MAX_CHUNKS=16384
|
||||
MAX_CHUNKS=65536
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user