Forráskód Böngészése

oops, don't initialized GraphicsLayer

David Rose 24 éve
szülő
commit
d5ad1ba4ce
1 módosított fájl, 2 hozzáadás és 0 törlés
  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 "graphicsWindow.h"
 #include "graphicsChannel.h"
+#include "graphicsLayer.h"
 #include "hardwareChannel.h"
 #include "textureContext.h"
 #include "geomNodeContext.h"
@@ -133,6 +134,7 @@ init_libdisplay() {
   GraphicsWindow::WindowProps::init_type();
   GraphicsWindow::WindowPipe::init_type();
   GraphicsChannel::init_type();
+  GraphicsLayer::init_type();
   HardwareChannel::init_type();
   TextureContext::init_type();
   GeomNodeContext::init_type();