mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
pgraph: Fix use of incomplete GeomNode in PT(GeomNode)
This commit is contained in:
parent
a971bc1dfc
commit
69d5fcf3b0
@ -20,6 +20,7 @@
|
||||
#include "pStatCollector.h"
|
||||
#include "pointerTo.h"
|
||||
#include "luse.h"
|
||||
#include "geomNode.h"
|
||||
|
||||
class CullableObject;
|
||||
class GraphicsStateGuardianBase;
|
||||
@ -27,7 +28,6 @@ class SceneSetup;
|
||||
class TransformState;
|
||||
class RenderState;
|
||||
class PandaNode;
|
||||
class GeomNode;
|
||||
|
||||
/**
|
||||
* A collection of Geoms and their associated state, for a particular scene.
|
||||
|
Loading…
x
Reference in New Issue
Block a user