Skip to content

Commit

Permalink
Minor tweak to panmodoki (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Brocoli authored Dec 27, 2024
1 parent b48a51d commit dbffae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugProjectMorimuraU/panModoki.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ void Obj::updateCaptureMatrix()
// diff.y = 0.0f;
f32 dist2D = 0.0f;
if (dist > dist2D) {
dist2D = getPositionTo(slotPos);
dist2D = pellet->getPositionTo(slotPos);
// f32 z = pellet->getPosition().z;
// f32 x = pellet->getPosition().x;
// f32 slotX = slotPos.x;
Expand Down

0 comments on commit dbffae3

Please sign in to comment.