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:
@@ -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 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user