summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2009-12-10 22:00:10 +0100
committerConstantin Riß <constantin.riss@dre.de>2009-12-10 22:00:10 +0100
commitfbed33283cdd85589e4ea577ba11e635f55723f0 (patch)
tree6f4c97fbead4bdd566d10c7284a0e2605571def5 /main.cpp
parent327f92f8d668da57febe51b84e52667c241d4ba4 (diff)
downloadc3d-fbed33283cdd85589e4ea577ba11e635f55723f0.tar
c3d-fbed33283cdd85589e4ea577ba11e635f55723f0.zip
Kleine änderungen.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index fd20eb9..632c3b9 100644
--- a/main.cpp
+++ b/main.cpp
@@ -18,7 +18,7 @@ void initGL(bool multisample);
void resize(int width, int height);
void initGL(bool multisample) {
- glClearColor(1.0, 0.85, 0.06, 1.0);
+ glClearColor(0.0, 0.0, 0.0, 1.0);//glClearColor(1.0, 0.85, 0.06, 1.0);
glClearDepth(1.0);
//glEnable(GL_DEPTH_TEST);
//glDepthFunc(GL_LEQUAL);