From 6a4fad41fee22d0295e35f58b4bc9346efbdd68f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 5 Jan 2005 01:20:50 +0000 Subject: [PATCH] comment --- stepmania/src/ScreenDimensions.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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()