Skip to content

Commit

Permalink
Update Plandomizer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkierian authored Nov 17, 2024
1 parent 2b5c880 commit ceef0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soh/soh/Enhancements/randomizer/Plandomizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ void PlandomizerSortDrawnItems() {
if (typeA != typeB){
return typeA < typeB;
}
return a.first.GetRandomizerGet() < b.first.GetRandomizerGet();```
return a.first.GetRandomizerGet() < b.first.GetRandomizerGet();
});
}

Expand Down Expand Up @@ -1106,4 +1106,4 @@ void PlandomizerWindow::InitElement() {
Ship::Context::GetInstance()->GetWindow()->GetGui()->LoadGuiTexture("HASH_ARROW_DWN", gEmptyCDownArrowTex, ImVec4( 1, 1, 1, 1 ));
Ship::Context::GetInstance()->GetWindow()->GetGui()->LoadGuiTexture("BOSS_SOUL", gBossSoulTex, ImVec4(1, 1, 1, 1));
Ship::Context::GetInstance()->GetWindow()->GetGui()->LoadGuiTexture("TRIFORCE_PIECE", gTriforcePieceTex, ImVec4(1, 1, 1, 1));
}
}

0 comments on commit ceef0a3

Please sign in to comment.