summaryrefslogtreecommitdiff
path: root/example/main.cpp
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-02-23 10:31:44 -0500
committerknolax <1339802534.kk@gmail.com>2017-02-23 10:31:44 -0500
commit0c2c626fbdfd7836f086eb8f4039a394368b7974 (patch)
tree7612f66694d0c3efb2837e05ba498fea296957f5 /example/main.cpp
parentc7bdd6fcae58e09597071405c1449df64e084c51 (diff)
implemented depth testing and disabled blending for now
Diffstat (limited to 'example/main.cpp')
-rw-r--r--example/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/main.cpp b/example/main.cpp
index 05777a4..d71322b 100644
--- a/example/main.cpp
+++ b/example/main.cpp
@@ -17,6 +17,7 @@ int main (int argc, char * argv[]) {
loop = 1;
while(loop) {
cleargfx();
+ clearglgfx();
//polls events, which are in a buffer
//returns 1 if there is event in buffer
//returns 0 if buffer is empty