Skip to content

Commit

Permalink
Change version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanton committed Sep 23, 2020
1 parent ec88083 commit aeb23c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GameClient::~GameClient()

void GameClient::mainLoop(bool& running)
{
sf::RenderWindow window{{m_screenSize.x, m_screenSize.y}, "Mandarina v0.0.2b", m_screenStyle};
sf::RenderWindow window{{m_screenSize.x, m_screenSize.y}, "Mandarina v0.0.3", m_screenStyle};
window.setMouseCursorVisible(false);

sf::View view = window.getDefaultView();
Expand Down

0 comments on commit aeb23c4

Please sign in to comment.