mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Really definitely final button literal unfuck
This commit is contained in:
parent
555e4eaa4c
commit
b1bd711d5e
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ struct Slider
|
||||||
|
|
||||||
if (!basic_options())
|
if (!basic_options())
|
||||||
{
|
{
|
||||||
h.xy(kWidth + 9, -3).small_button(Draw::Button::z, false);
|
Draw::TextElement tx = Draw::TextElement().parse("<z_animated>");
|
||||||
|
h.xy(kWidth + 9, -2).text(tx.string());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue