1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Line drawing algorithms now use screen coords

This commit is contained in:
Michael Bernardi
2024-09-25 00:55:38 +10:00
parent 88856ed5a1
commit 914ff59b3b
3 changed files with 22 additions and 34 deletions

View File

@@ -2026,14 +2026,5 @@ void ViewportSetSavedView()
ZoomLevel ZoomLevel::min()
{
// TODO (mber) complete work for sofware zooming or revert change.
return ZoomLevel{ -2 };
// #ifndef DISABLE_OPENGL
// if (drawing_engine_get_type() == DrawingEngine::OpenGL)
// {
// return ZoomLevel{ -2 };
// }
// #endif
//
// return ZoomLevel{ 0 };
}