This commit is contained in:
Kapendev 2025-02-03 10:19:26 +02:00
parent 6c5b2a657c
commit 23615c4c8e

View file

@ -878,7 +878,6 @@ struct EngineViewportInfo {
Rect area; /// The area covered by the viewport.
Vec2 minSize; /// The minimum size that the viewport can be.
Vec2 maxSize; /// The maximum size that the viewport can be.
Vec2 ratio; /// The ratio between minSize and maxSize.
float minRatio = 0.0f; /// The minimum ratio between minSize and maxSize.
}