Skip to content

Commit dabda08

Browse files
committed
fix outdated spider count in updatePlayerSpiderFrame
1 parent c79fb2f commit dabda08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/2.2081/inline/PlayerObject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ void PlayerObject::updatePlayerRobotFrame(int frame) {
737737
}
738738

739739
void PlayerObject::updatePlayerSpiderFrame(int frame) {
740-
this->createSpider(std::clamp(frame, 1, 30));
740+
this->createSpider(std::clamp(frame, 1, 69));
741741
}
742742

743743
void PlayerObject::updateSpecial(float dt) {

0 commit comments

Comments
 (0)