Optimizations (#2649)
* fix(Respawn): fix respawn in SP * fix: re-enable bigobj * fix: update creator's stack size * fix: use BOOLs instead of bools * fix(gitignore): hide .pyc files
This commit is contained in:
@ -93,7 +93,7 @@ namespace big
|
||||
|
||||
ImGui::SeparatorText("GUI_TAB_IPL"_T.data());
|
||||
|
||||
static int current_select = -1;
|
||||
static int current_select = 0;
|
||||
static int last_select = current_select;
|
||||
|
||||
ImGui::SetNextItemWidth(400);
|
||||
|
Reference in New Issue
Block a user