Skip to content

Commit

Permalink
remove accidentally checked in code from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya committed Jun 7, 2022
1 parent c84c674 commit 466ccb0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions soh/soh/Enhancements/randomizer/randomizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2250,15 +2250,6 @@ void DrawRandoEditor(bool& open) {
Game::SaveSettings();
}

switch(CVar_GetS32("gRandomizer", 0)) {
case 0:
ImGui::Text("blarg");
break;
case 1:
ImGui::Text("blarg2");
break;
}

if(randoEnabled) {
if (ImGui::Button("Generate")) {
if (CVar_GetS32("gRandoGenerating", 0) == 0) {
Expand Down

0 comments on commit 466ccb0

Please sign in to comment.