experimental 'HighResolutionTextures' pref to control behavior of doubleres textures

This commit is contained in:
Chris Danford
2009-04-04 20:38:19 +00:00
parent 6a07a691df
commit 541ef3549a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ bool StepMania::GetHighResolutionTextures()
case HighResolutionTextures_Auto:
{
const VideoModeParams &params = DISPLAY->GetActualVideoModeParams();
return params.height > 800;
return params.height > 480;
}
case HighResolutionTextures_ForceOn:
return true;