mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
moved main minimap functionality to dedicated Minimap class
This commit is contained in:
@@ -100,6 +100,7 @@ namespace battleship{
|
||||
|
||||
void InGameAppState::update() {
|
||||
Game::getSingleton()->update();
|
||||
Map::getSingleton()->update();
|
||||
}
|
||||
|
||||
void InGameAppState::onAction(int bind, bool isPressed) {
|
||||
|
||||
Reference in New Issue
Block a user