prevent zooming when in orthographic perspective

This commit is contained in:
2026-02-27 03:35:54 +01:00
parent 2517a9d33b
commit f512306109
3 changed files with 11 additions and 7 deletions

View File

@ -173,17 +173,11 @@ private:
public:
auto GetBackgroundColor() const -> Color;
auto HelpPopup() -> void;
auto DrawSavePresetPopup() -> void;
auto DrawMainMenu() -> void;
auto DrawPuzzleBoard() -> void;
auto DrawGraphOverlay(int fps, int ups) -> void;
auto Update() -> void;
};