rename type

This commit is contained in:
David Rose 2006-01-20 18:03:23 +00:00
parent ecec0779f0
commit a209d63185
1 changed files with 1 additions and 1 deletions

View File

@ -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);