mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
fix build break
This commit is contained in:
parent
2dd29ce829
commit
c00fef16ee
@ -228,7 +228,7 @@ INLINE ostream &operator << (ostream &out, const TransformState &state) {
|
|||||||
|
|
||||||
// This class is used to pass TransformState pointers as parameters to
|
// This class is used to pass TransformState pointers as parameters to
|
||||||
// events, or as elements on a data graph.
|
// events, or as elements on a data graph.
|
||||||
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, EventStoreValue<CPT(TransformState)>);
|
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, EventStoreValue< CPT(TransformState) >);
|
||||||
|
|
||||||
typedef EventStoreValue<CPT(TransformState)> EventStoreTransform;
|
typedef EventStoreValue<CPT(TransformState)> EventStoreTransform;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user