uncommented code

This commit is contained in:
devZoGok
2023-09-03 11:59:50 +03:00
parent 63c0acf613
commit 4e2ba3ddb1
-4
View File
@@ -576,14 +576,12 @@ namespace battleship{
case Bind::CREATE_WATERBODY:
if(isPressed) mapEditor->createWaterbody();
break;
/*
case Bind::MOVE_TERR_OBJ:
if(isPressed) mapEditor->setMovingTerrainObject(true);
break;
case Bind::STOP_TERR_OBJ:
if(isPressed) mapEditor->setMovingTerrainObject(false);
break;
*/
case Bind::MOVE_X_AXIS:
case Bind::MOVE_Y_AXIS:
case Bind::MOVE_Z_AXIS:
@@ -615,7 +613,6 @@ namespace battleship{
camCtr->orientCamera(Vector3(0, 1, 0), strength);
break;
/*
case Bind::PUSH_VERTS_UP:
case Bind::PUSH_VERTS_DOWN:
if(mapEditor->isPushing()) mapEditor->pushLandmassVerts(strength);
@@ -623,7 +620,6 @@ namespace battleship{
mapEditor->moveTerrainObject(strength);
break;
*/
}
}
}