Skip to content

Commit

Permalink
🔧 "Show controls in live repair box" now saved to RoR.cfg
Browse files Browse the repository at this point in the history
Reported by negativeice.
  • Loading branch information
CuriousMike56 authored and ohlidalp committed Jan 8, 2024
1 parent fae337f commit 56a86ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/system/CVar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void Console::cVarSetupBuiltins()
App::flexbody_defrag_reorder_texcoords = this->cVarCreate("flexbody_defrag_reorder_texcoords", "", CVAR_TYPE_BOOL, "true");
App::flexbody_defrag_invert_lookup = this->cVarCreate("flexbody_defrag_invert_lookup", "", CVAR_TYPE_BOOL, "true");

App::ui_show_live_repair_controls = this->cVarCreate("ui_show_live_repair_controls", "", CVAR_TYPE_BOOL, "true");
App::ui_show_live_repair_controls = this->cVarCreate("ui_show_live_repair_controls", "", CVAR_ARCHIVE | CVAR_TYPE_BOOL, "true");
App::ui_show_vehicle_buttons = this->cVarCreate("ui_show_vehicle_buttons", "Show vehicle buttons menu", CVAR_ARCHIVE | CVAR_TYPE_BOOL, "true");
}

Expand Down

0 comments on commit 56a86ba

Please sign in to comment.