mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
pgraph: fix writing to SequenceNode frame_rate property
This commit is contained in:
parent
8ba6a0d844
commit
1f9b4690e6
@ -35,6 +35,8 @@ PUBLISHED:
|
|||||||
virtual int get_num_frames() const;
|
virtual int get_num_frames() const;
|
||||||
INLINE void set_frame_rate(double frame_rate);
|
INLINE void set_frame_rate(double frame_rate);
|
||||||
|
|
||||||
|
MAKE_PROPERTY(frame_rate, get_frame_rate, set_frame_rate);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual PandaNode *make_copy() const;
|
virtual PandaNode *make_copy() const;
|
||||||
virtual bool safe_to_combine() const;
|
virtual bool safe_to_combine() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user