fix: case being commented out

This commit is contained in:
2026-09-05 09:18:10 -04:00
parent 9b7d5a0c25
commit b22decd65c
+1 -2
View File
@@ -567,11 +567,10 @@ wstring UIController::GetTooltipSkinPath()
switch(ControllerType)
{
case EControllerType_XboxOne:
case EControllerType_Xbox360:
return ui.getScreenWidth() >= 1920 ? L"ControlTooltips\\HD\\XboxHDControls.swf" : L"ControlTooltips\\XboxControls.swf";
case EControllerType_Default:
//case EControllerType_XboxOne:
case EControllerType_XboxOne:
return ui.getScreenWidth() >= 1920 ? L"ControlTooltips\\HD\\DurangoHDControls.swf" : L"ControlTooltips\\DurangoControls.swf";
/*
case EControllerType_PS3: