Skip to content

Commit

Permalink
Change window title
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Mar 24, 2024
1 parent c64242e commit 0ec1470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Application {
void FixedUpdate(const sf::Time &fixedDeltaTime);

sf::VideoMode mMode{800u, 600u};
sf::String mTitle{"ParticlePhysics"};
sf::String mTitle{"Particle Physics"};
sf::Uint32 mStyle{sf::Style::Default};
sf::ContextSettings mSettings{24u, 8u, 8u, 3u, 3u};
sf::RenderWindow mWindow;
Expand Down

0 comments on commit 0ec1470

Please sign in to comment.