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:
Maddy
2022-05-03 09:02:18 -04:00
committed by GitHub
parent c56d9194f3
commit b6e2cd5172
10 changed files with 29 additions and 20 deletions

View File

@ -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);
}