Skip to content

Commit

Permalink
window name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya246 committed Jun 23, 2022
1 parent b252e2b commit decd17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int main(int argc, char** argv) {
obf::planets.push_back(planet);
}
} else {
window = new sf::RenderWindow(sf::VideoMode(500, 500), "Test");
window = new sf::RenderWindow(sf::VideoMode(500, 500), "Orbitfight");

g_camera.scale = 1;
g_camera.resize();
Expand Down

0 comments on commit decd17e

Please sign in to comment.