Skip to content

Commit 09e5cda

Browse files
committed
with updateinfolabel hook
1 parent e00d3d7 commit 09e5cda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PlayLayer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ class $modify(MyPlayLayer, PlayLayer) {
277277
if (fontID != 0 && fontID != -3 && getModBool("customFontGoldColor")) hopefullyALabel->setColor({254, 207, 6});
278278
}
279279
}
280-
281280
void updateInfoLabel() {
282281
PlayLayer::updateInfoLabel();
283282
if (!getModBool("enabled") || !m_level || m_level->isPlatformer() || !m_player1->m_isDead || m_isPlatformer) return;

0 commit comments

Comments
 (0)