Naming change
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
// ========== Constructors =============
|
// ========== Constructors =============
|
||||||
App::App() {
|
App::App() {
|
||||||
window = new sf::RenderWindow(sf::VideoMode(WINDOW_WIDTH, WINDOW_HEIGHT), "SFML works!");
|
window = new sf::RenderWindow(sf::VideoMode(WINDOW_WIDTH, WINDOW_HEIGHT), "aStart Pathing Demo");
|
||||||
}
|
}
|
||||||
App::~App() { }
|
App::~App() { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user