Skip to content

Commit

Permalink
Merge pull request #1 from DrawATree/master
Browse files Browse the repository at this point in the history
Fixed bullets not displaying in s03_turret
  • Loading branch information
nbourre authored Oct 4, 2023
2 parents ab25dc1 + e3da56c commit b64c15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s03_turret/Canon.pde
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Canon extends GraphicObject {
}

PVector getCanonTip() {

move(0);
return canonTip;
}

Expand Down

0 comments on commit b64c15f

Please sign in to comment.