Browse Source

more debugging stuff

cxgeorge 24 years ago
parent
commit
6f33e34d1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/wgldisplay/wglGraphicsWindow.cxx

+ 1 - 1
panda/src/wgldisplay/wglGraphicsWindow.cxx

@@ -479,7 +479,7 @@ void wglGraphicsWindow::config(void) {
   }
   }
 
 
   // Initializes _colormap
   // Initializes _colormap
-//  setup_colormap();
+  setup_colormap();
 
 
   _context = wglCreateContext(_hdc);
   _context = wglCreateContext(_hdc);
   if (!_context) {
   if (!_context) {