diff --git a/stepmania/src/ScreenDimensions.cpp b/stepmania/src/ScreenDimensions.cpp index 789e3afb05..2ea4b0c756 100644 --- a/stepmania/src/ScreenDimensions.cpp +++ b/stepmania/src/ScreenDimensions.cpp @@ -12,6 +12,12 @@ ThemeMetric THEME_SCREEN_HEIGHT("Common","ScreenHeight"); // of the dimensions up to meet the requested aspect ratio. // +/* + * XXX: The theme resolution isn't necessarily 4:3; a natively widescreen + * theme would have eg. 16:9 or 16:10. + * + * Note that "aspect ratio" here always means DAR; we don't care about the SAR. + */ #define ASPECT_4_TO_3 (4/3.0f) float ScreenWidth()