mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -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;
|
||||
INLINE void set_frame_rate(double frame_rate);
|
||||
|
||||
MAKE_PROPERTY(frame_rate, get_frame_rate, set_frame_rate);
|
||||
|
||||
public:
|
||||
virtual PandaNode *make_copy() const;
|
||||
virtual bool safe_to_combine() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user