commented out code

This commit is contained in:
devZoGok
2023-06-25 10:34:31 +03:00
parent efcefdbf8e
commit e4a937683f
4 changed files with 18 additions and 2 deletions
+2
View File
@@ -199,6 +199,7 @@ namespace battleship{
}
void MapEditorAppState::MapEditor::prepareGui(){
/*
GameManager *gm = GameManager::getSingleton();
StateManager *sm = gm->getStateManager();
GuiAppState *state = (GuiAppState*)sm->getAppStateByType((int)AppStateType::GUI_STATE);
@@ -287,6 +288,7 @@ namespace battleship{
vector<string> landTextures = readDir(gm->getPath() + "Textures/Landmass", false);
LandTexListbox *landTexListbox = new LandTexListbox(startPos + 4 * offset, size, landTextures, (landTextures.size() > maxDisplay ? maxDisplay : landTextures.size()), fontPath);
state->addListbox(landTexListbox);
*/
}
void MapEditorAppState::MapEditor::prepareTextures(string basePath, bool skybox, vector<Texture*> &textures){