summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-13 23:46:14 +1000
committerquou <quou@disroot.org>2024-07-13 23:46:31 +1000
commitd7160d62b5d78e9191b4d61d7f491deb728cb478 (patch)
tree0bbb087df0fa32b2e47f00d8fc602f4921eec5a7 /config.h
parenta43eb70ebe7844db0a4ffece47c22ae12384781b (diff)
Model loading and basic lighting.
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 8d7f42d..3e4a32d 100644
--- a/config.h
+++ b/config.h
@@ -3,6 +3,7 @@
#define memory_size (1024 * 1024 * 128)
#define app_memory_size (1024 * 1024 * 32)
+#define asset_preload_memory_size (1024 * 1024 * 8)
#define max_vp_w 2000
#define max_vp_h 2000