Fix window name
This commit is contained in:
parent
9bfa11e1e1
commit
845e9ba224
1 changed files with 1 additions and 1 deletions
|
|
@ -2670,7 +2670,7 @@ namespace psemek::app
|
|||
{
|
||||
application::options options
|
||||
{
|
||||
.name = "GMTK 2024",
|
||||
.name = "Color Fractory",
|
||||
};
|
||||
|
||||
return default_application_factory<gmtk::application>(options);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue