git.ucc.asn.au
/
atyndall
/
cits2231.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
700ecfc
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:44:32 +0000
(20:44 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:44:32 +0000
(20:44 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
fa17c1f
..
e3004ee
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-581,9
+581,9
@@
void drawSquare(int recurseLevel, float x1, float y1, float x2, float y2) {
} else {
\r
glBegin(GL_QUADS);
\r
glVertex3f(x1, 0.0, y1);
\r
- glVertex3f(x2, 0.0, y1);
\r
- glVertex3f(x2, 0.0, y2);
\r
glVertex3f(x1, 0.0, y2);
\r
+ glVertex3f(x2, 0.0, y2);
\r
+ glVertex3f(x2, 0.0, y1);
\r
glEnd();
\r
}
\r
\r
UCC
git Repository :: git.ucc.asn.au