mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-10 19:22:10 +08:00
Update Menu.hpp
This commit is contained in:
parent
24dd8efd5d
commit
c58b761f79
@ -665,7 +665,7 @@ long __stdcall hkEndScene(IDirect3DDevice9* pDevice)
|
||||
ImGui::InvisibleButton("##W4", ImVec2(0, 0.0f));
|
||||
|
||||
if (ImGui::SliderFloat("Tonemap scale", g_Options.tonemapscale, 0.001f, 1.0f))
|
||||
iff.g_pCVar->FindVar("mat_force_tonemap_scale")->SetValue(g_Options.tonemapscale);
|
||||
SetValueUnrestricted("mat_force_tonemap_scale", g_Options.tonemapscale);
|
||||
ImGui::PopItemWidth();
|
||||
|
||||
ImGui::SetCursorPosY(ImGui::GetCursorPosY() + 10.0f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user