From c4f299fd8a720773149e856af09312b286607f82 Mon Sep 17 00:00:00 2001 From: Honeybunch Date: Sat, 8 Jun 2024 14:50:31 -0700 Subject: [PATCH] Fixing build --- viewer/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewer/source/main.c b/viewer/source/main.c index c93c1b16..a50bdf5e 100644 --- a/viewer/source/main.c +++ b/viewer/source/main.c @@ -101,7 +101,7 @@ int32_t main(int32_t argc, char *argv[]) { if (viewer->unload_scene_signal) { // TODO: Properly wait for the render thread to be finished otherwise // we'll destroy resources in flight - tb_unload_scene(&world, &world.scenes.data[0]); + // tb_unload_scene(&world, &world.scenes.data[0]); viewer->unload_scene_signal = false; } if (viewer->load_scene_signal) {