mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus/Sound Options: do not draw master volume differently
Now that master volume is actually a separate volume, this distinction makes no sense.
This commit is contained in:
parent
f12d4c275e
commit
1c00d3d9c7
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ void draw_routine()
|
|||
sliders.at(it.mvar2).draw(
|
||||
x,
|
||||
y,
|
||||
it.mvar2 == Slider::kMasterVolume,
|
||||
false,
|
||||
i == itemOn
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue