mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
integrated zooming the camera in and out
This commit is contained in:
@@ -710,4 +710,8 @@ namespace battleship{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void MapEditorAppState::onRawMouseWheelScroll(bool up){
|
||||
CameraController::getSingleton()->zoomCamera(up);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user