Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Honeybunch committed Jun 8, 2024
1 parent 1928c8d commit c4f299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c4f299f

Please sign in to comment.