changes & fixed issues causing game crashes
+ flying speed increased from 15 to 20 + NolanBehavior_Update hooked + fullbright, player speed and fly moved to nolan's update hook + added NolanBehaviour parameter to Misc::FullBright function - fly function removed from misc namespace (this function will be re-added in the near future after further improvements and testing.)
This commit is contained in:
@@ -318,7 +318,7 @@ void DrawMiscTab() {
|
||||
*/
|
||||
|
||||
ImGui::Checkbox("Fly", &settings::fly);
|
||||
ImGui::SliderFloat("Speed: ", &settings::fly_speed, 5.f, 15.f);
|
||||
ImGui::SliderFloat("Speed: ", &settings::fly_speed, 5.f, 20.f);
|
||||
|
||||
/*
|
||||
if (ImGui::Button("Make random noise")) {
|
||||
|
||||
Reference in New Issue
Block a user