Skip to content

Commit

Permalink
adding a file extension, and updated the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragingram2 committed Oct 4, 2023
1 parent 310457f commit 5550140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/window/windowsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ namespace rythe::application
using namespace filesystem::literals;

m_exit = false;
m_defaultIcon = assets::load<image>("RYTHE Icon", "engine://resources/rythe/icon"_view, assets::import_settings<image>{ true, true, false });
m_defaultIcon = assets::load<image>("RYTHE Icon", "engine://resources/rythe/icon.png"_view, assets::import_settings<image>{ true, true, false });

bindToEvent<events::exit, &WindowSystem::onExit>();

Expand Down

0 comments on commit 5550140

Please sign in to comment.