From ceef0a394d4fa6e1c3c3cfc1fb2f315a0204d71f Mon Sep 17 00:00:00 2001 From: Malkierian Date: Sun, 17 Nov 2024 10:33:32 -0700 Subject: [PATCH] Update Plandomizer.cpp --- soh/soh/Enhancements/randomizer/Plandomizer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/Plandomizer.cpp b/soh/soh/Enhancements/randomizer/Plandomizer.cpp index 641e37441e..732ef700b9 100644 --- a/soh/soh/Enhancements/randomizer/Plandomizer.cpp +++ b/soh/soh/Enhancements/randomizer/Plandomizer.cpp @@ -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(); }); } @@ -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)); -} \ No newline at end of file +}