Skip to content

Instantly share code, notes, and snippets.

@clooth
Created October 9, 2013 19:38
Show Gist options
  • Save clooth/6907015 to your computer and use it in GitHub Desktop.
Save clooth/6907015 to your computer and use it in GitHub Desktop.
newQuad.bl.textureVertex = CGPointMake(0, 0);
newQuad.br.textureVertex = CGPointMake(1, 0);
newQuad.tl.textureVertex = CGPointMake(0, 1);
newQuad.br.textureVertex = CGPointMake(1, 1);
@clooth
Copy link
Author

clooth commented Oct 9, 2013

Most annoying typo of the day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment