Skip to content

Commit bebf734

Browse files
author
TheSillyDoggo
committed
im gonna kill myself
1 parent c8c47f4 commit bebf734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Labels/LabelNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void LabelNode::update(float dt)
9797

9898
this->setString(res2.c_str());
9999

100-
if (numberOfRunningActions() == 0)
100+
if (!getActionByTag(80085))
101101
{
102102
if (mod->isCheatIndicator)
103103
this->setColor(mod->getColour());

0 commit comments

Comments
 (0)