Browse Source

chan: publish AnimChannelScalarTable constructor

rdb 5 years ago
parent
commit
98268b59c0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      panda/src/chan/animChannelScalarTable.h

+ 2 - 1
panda/src/chan/animChannelScalarTable.h

@@ -30,9 +30,10 @@ protected:
   AnimChannelScalarTable();
   AnimChannelScalarTable(AnimGroup *parent, const AnimChannelScalarTable &copy);
 
-public:
+PUBLISHED:
   AnimChannelScalarTable(AnimGroup *parent, const std::string &name);
 
+public:
   virtual bool has_changed(int last_frame, double last_frac,
                            int this_frame, double this_frac);
   virtual void get_value(int frame, PN_stdfloat &value);