fix: Globals, UI and removed super run (#161)
* RGB vehicle feature had broken UI * Globals updated to 1.59 * Removed super run (ReClass outdated)
This commit is contained in:
@ -51,7 +51,7 @@ namespace big
|
||||
|
||||
ImGui::EndPopup();
|
||||
}
|
||||
|
||||
ImGui::EndGroup();
|
||||
ImGui::TreePop();
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@ namespace big
|
||||
{
|
||||
ImGui::ListBox("RGB Type", &g->vehicle.rainbow_paint, vehicle::rgb_types, 3);
|
||||
|
||||
if (g->vehicle.rainbow_paint != 0)
|
||||
if (g->vehicle.rainbow_paint)
|
||||
{
|
||||
ImGui::SliderInt("RGB Speed", &g->rgb.speed, 1, 10);
|
||||
}
|
||||
|
Reference in New Issue
Block a user