Skip to content

Commit 341d667

Browse files
committed
ohm.
1 parent 20942d5 commit 341d667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EndLevelLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class $modify(MyEndLevelLayer, EndLevelLayer) {
200200
}
201201
}
202202
void applyTotalAttemptAndJumpCount(GJGameLevel* level) {
203-
const std::string_view showTotalAttemptsAndJumps = geode::utils::string::toLower(getModString("showTotalAttemptsAndJumps"));
203+
const std::string& showTotalAttemptsAndJumps = geode::utils::string::toLower(getModString("showTotalAttemptsAndJumps"));
204204
if (showTotalAttemptsAndJumps != "fully replace" && showTotalAttemptsAndJumps != "show as addt'l info") return;
205205
if (!getModBool("enabled") || showTotalAttemptsAndJumps == "disabled" || !level) return;
206206

0 commit comments

Comments
 (0)