fix GetHighResolutionTextures
This commit is contained in:
@@ -153,8 +153,8 @@ bool StepMania::GetHighResolutionTextures()
|
||||
default:
|
||||
case HighResolutionTextures_Auto:
|
||||
{
|
||||
const VideoModeParams ¶ms = DISPLAY->GetActualVideoModeParams();
|
||||
return params.height > 480;
|
||||
int height = PREFSMAN->m_iDisplayHeight;
|
||||
return height > 480;
|
||||
}
|
||||
case HighResolutionTextures_ForceOn:
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user