Răsfoiți Sursa

more debugging stuff

cxgeorge 24 ani în urmă
părinte
comite
6f33e34d1b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
-//  setup_colormap();
+  setup_colormap();
 
   _context = wglCreateContext(_hdc);
   if (!_context) {