summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-04-10 19:55:39 -0400
committerrealtradam <[email protected]>2023-04-10 19:55:39 -0400
commitdbe60ec68ff64c918bc32cf216fc3a6932f5e3c4 (patch)
tree52a8b6fb21bbda20e02f4c61795f01214e5ebc39
parentfaf412bbdb763799979dd1f8360c3dd7750d5fff (diff)
downloadTOJam2023-dbe60ec68ff64c918bc32cf216fc3a6932f5e3c4.tar.gz
TOJam2023-dbe60ec68ff64c918bc32cf216fc3a6932f5e3c4.zip
rodeo bump
-rw-r--r--CMakeLists.txt5
m---------external/RodeoEngine0
2 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 50ffc18..56f36b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,8 +66,9 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
-s NO_EXIT_RUNTIME=1 \
-s DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR=1 \
-s OFFSCREENCANVAS_SUPPORT=1 \
- -s ALLOW_MEMORY_GROWTH=1\
- --preload-file shaders")
+ -s ALLOW_MEMORY_GROWTH=1 \
+ --preload-file shaders \
+ --preload-file assets")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
-fno-exceptions \
diff --git a/external/RodeoEngine b/external/RodeoEngine
-Subproject 6a0ef52763cee6e6d7c631516461e0600d9a2da
+Subproject 271ff350f3155001418876a2fd5829b77be1e97