aboutsummaryrefslogtreecommitdiff
path: root/core/command_queue_mt.h
diff options
context:
space:
mode:
authordragmz2017-11-23 21:16:18 +0100
committerGitHub2017-11-23 21:16:18 +0100
commitb20bb8615fe2e99485bfb8e8f422ef23e5f38028 (patch)
treec68f18f5f04d337ca05f191c5b2cfc04dc00bbce /core/command_queue_mt.h
parent3a33725014169ce51d6ac581a4dce3b97a60da00 (diff)
downloadgodot-b20bb8615fe2e99485bfb8e8f422ef23e5f38028.tar.gz
godot-b20bb8615fe2e99485bfb8e8f422ef23e5f38028.tar.zst
godot-b20bb8615fe2e99485bfb8e8f422ef23e5f38028.zip
Diffstat (limited to 'core/command_queue_mt.h')
-rw-r--r--core/command_queue_mt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command_queue_mt.h b/core/command_queue_mt.h
index 697fec3fc..af91ee0cd 100644
--- a/core/command_queue_mt.h
+++ b/core/command_queue_mt.h
@@ -302,7 +302,7 @@ class CommandQueueMT {
/***** BASE *******/
enum {
- COMMAND_MEM_SIZE_KB = 256 * 1024,
+ COMMAND_MEM_SIZE_KB = 256,
COMMAND_MEM_SIZE = COMMAND_MEM_SIZE_KB * 1024,
SYNC_SEMAPHORES = 8
};