Browse Source

oops, don't initialized GraphicsLayer

David Rose 24 years ago
parent
commit
d5ad1ba4ce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/display/config_display.cxx

+ 2 - 0
panda/src/display/config_display.cxx

@@ -25,6 +25,7 @@
 #include "noninteractiveGraphicsPipe.h"
 #include "noninteractiveGraphicsPipe.h"
 #include "graphicsWindow.h"
 #include "graphicsWindow.h"
 #include "graphicsChannel.h"
 #include "graphicsChannel.h"
+#include "graphicsLayer.h"
 #include "hardwareChannel.h"
 #include "hardwareChannel.h"
 #include "textureContext.h"
 #include "textureContext.h"
 #include "geomNodeContext.h"
 #include "geomNodeContext.h"
@@ -133,6 +134,7 @@ init_libdisplay() {
   GraphicsWindow::WindowProps::init_type();
   GraphicsWindow::WindowProps::init_type();
   GraphicsWindow::WindowPipe::init_type();
   GraphicsWindow::WindowPipe::init_type();
   GraphicsChannel::init_type();
   GraphicsChannel::init_type();
+  GraphicsLayer::init_type();
   HardwareChannel::init_type();
   HardwareChannel::init_type();
   TextureContext::init_type();
   TextureContext::init_type();
   GeomNodeContext::init_type();
   GeomNodeContext::init_type();