trop de trucs oscours
This commit is contained in:
@@ -17,7 +17,7 @@ GraphApp::GraphApp() {
|
||||
this->window = std::make_shared<sf::RenderWindow>();
|
||||
}
|
||||
|
||||
void GraphApp::startApp() {
|
||||
void GraphApp::run() {
|
||||
changeVideoMode(*this->window, this->settings->getVideoMode());
|
||||
this->menuStack->push(MainAppMenu(this->menuStack, this->settings, this->window));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user