Created
October 9, 2013 19:38
-
-
Save clooth/6907015 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
newQuad.bl.textureVertex = CGPointMake(0, 0); | |
newQuad.br.textureVertex = CGPointMake(1, 0); | |
newQuad.tl.textureVertex = CGPointMake(0, 1); | |
newQuad.br.textureVertex = CGPointMake(1, 1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most annoying typo of the day.