Naming change

This commit is contained in:
2015-12-13 14:46:22 -08:00
parent d0e92ded75
commit 5cfcc442ac

View File

@@ -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() { }