Fix window name

This commit is contained in:
Nikita Lisitsa 2024-08-20 17:39:00 +03:00
parent 9bfa11e1e1
commit 845e9ba224

View file

@ -2670,7 +2670,7 @@ namespace psemek::app
{
application::options options
{
.name = "GMTK 2024",
.name = "Color Fractory",
};
return default_application_factory<gmtk::application>(options);