From dbe60ec68ff64c918bc32cf216fc3a6932f5e3c4 Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 10 Apr 2023 19:55:39 -0400 Subject: rodeo bump --- CMakeLists.txt | 5 +++-- external/RodeoEngine | 2 +- 2 files changed, 4 insertions(+), 3 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 index 6a0ef52..271ff35 160000 --- a/external/RodeoEngine +++ b/external/RodeoEngine @@ -1 +1 @@ -Subproject commit 6a0ef52763cee6e6d7c631516461e0600d9a2da1 +Subproject commit 271ff350f3155001418876a2fd5829b77be1e976 -- cgit v1.2.3