David Rose 24 éve
szülő
commit
a737021a5d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      panda/src/pgraph/transformState.h

+ 1 - 1
panda/src/pgraph/transformState.h

@@ -66,7 +66,7 @@ public:
 
 PUBLISHED:
   static CPT(TransformState) make_identity();
-  INLINE static CPT(TransformState) make_invalid();
+  static CPT(TransformState) make_invalid();
   INLINE static CPT(TransformState) make_pos(const LVecBase3f &pos);
   INLINE static CPT(TransformState) make_hpr(const LVecBase3f &hpr);
   INLINE static CPT(TransformState) make_pos_hpr(const LVecBase3f &pos,