mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-25 14:21:55 +02:00
This commit is contained in:
@@ -222,9 +222,8 @@ void UIScene_SettingsGraphicsMenu::handleSliderMove(F64 sliderId, F64 currentVal
|
|||||||
const int fovValue = sliderValueToFov(value);
|
const int fovValue = sliderValueToFov(value);
|
||||||
pMinecraft->gameRenderer->SetFovVal(static_cast<float>(fovValue));
|
pMinecraft->gameRenderer->SetFovVal(static_cast<float>(fovValue));
|
||||||
app.SetGameSettings(m_iPad, eGameSetting_FOV, value);
|
app.SetGameSettings(m_iPad, eGameSetting_FOV, value);
|
||||||
WCHAR tempString[256];
|
swprintf(TempString, 256, L"FOV: %d", fovValue);
|
||||||
swprintf(tempString, 256, L"FOV: %d", fovValue);
|
m_sliderFOV.setLabel(TempString);
|
||||||
m_sliderFOV.setLabel(tempString);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user