Skip to content

Commit

Permalink
Update Trajectory.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Aug 29, 2024
1 parent d1dee4a commit a331fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Hacks/Show Trajectory/Trajectory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

void drawSegmentAlternative(CCDrawNode* drawNode, const CCPoint& startPoint, const CCPoint& endPoint, float radius, const ccColor4F& color) // taken from the depths of google
{
return;

CCPoint direction = ccpNormalize(ccpSub(endPoint, startPoint));
CCPoint perpendicular = ccp(-direction.y, direction.x);

Expand Down

0 comments on commit a331fd0

Please sign in to comment.