Skip to content

Instantly share code, notes, and snippets.

@bortels
Created October 28, 2011 06:40
Show Gist options
  • Save bortels/1321756 to your computer and use it in GitHub Desktop.
Save bortels/1321756 to your computer and use it in GitHub Desktop.
There's a bug in the "Gravity" example for Codify (as of Oct 27, 2011) - the arrowhead doesn't point the right direction in the upper left quadrant.
To fix:
Change line 34 to:
down = vec2(1,0)
And change lines 44-45 to:
line(0, 0, -25, -20)
line(0, 0, -25, 20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment