Skip to content

Commit

Permalink
set sponza as default scene
Browse files Browse the repository at this point in the history
  • Loading branch information
mateeeeeee committed Sep 22, 2024
1 parent 0a66881 commit 6af3641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adria/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int APIENTRY wWinMain(
g_Input.Initialize(&window);

EngineInit engine_init{};
engine_init.scene_file = scene.AsStringOr("toyshop.json");
engine_init.scene_file = scene.AsStringOr("sponza.json");
engine_init.window = &window;
engine_init.gfx_options.vsync = vsync;
engine_init.gfx_options.debug_device = debug_device;
Expand Down

0 comments on commit 6af3641

Please sign in to comment.