Browse Source

rename type

David Rose 20 years ago
parent
commit
a209d63185
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/chan/animChannel.h

+ 1 - 1
panda/src/chan/animChannel.h

@@ -85,7 +85,7 @@ class EXPCL_PANDA ACMatrixSwitchType {
 public:
   typedef LMatrix4f ValueType;
   static const char *get_channel_type_name() { return "AnimChannelMatrix"; }
-  static const char *get_fixed_channel_type_name() { return "AnimChannelMatrixFixed"; }
+  static const char *get_fixed_channel_type_name() { return "AnimChannelFixed<LMatrix4f>"; }
   static const char *get_part_type_name() { return "MovingPart<LMatrix4f>"; }
   static void output_value(ostream &out, const ValueType &value);