summaryrefslogtreecommitdiff
path: root/video.cpp
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-05-10 16:46:26 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-05-10 16:46:26 +0200
commitd42ec5c0e89559abd276334b6c4804e1eaa5e9c7 (patch)
treec6afda3e3f51d4ac79ffcdabd2edfc6d36df4201 /video.cpp
parentfa1216b691dc5be3429858dcff845239b1aec417 (diff)
parent7d93cab1eb1629b068858a68ac5e5840fe84a83a (diff)
Merge branch 'master' into win32
Conflicts: gui.h quadtree.cpp scene.cpp scene.h
Diffstat (limited to 'video.cpp')
-rw-r--r--video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.cpp b/video.cpp
index ab9b9d3..29b5bcf 100644
--- a/video.cpp
+++ b/video.cpp
@@ -11,7 +11,7 @@ void video::init() {
surface = SDL_SetVideoMode(width, height, 32, SDL_OPENGL);
- glClearColor(0, 0, 0, 0);
+ glClearColor(1, 1, 1, 0);
glClearDepth(1);
glDepthFunc(GL_LESS);
glEnable(GL_DEPTH_TEST);