mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
fix missing return value
This commit is contained in:
parent
e9cbc1a2ae
commit
fa52cb7b11
@ -183,7 +183,7 @@ get_center() const {
|
||||
// Access: Published
|
||||
// Description: set the time taken to complete an LOD switch
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE FadeLODNode::
|
||||
INLINE void FadeLODNode::
|
||||
set_fade_time(float t) {
|
||||
CDWriter cdata(_cycler);
|
||||
cdata->_fade_time = t;
|
||||
|
@ -61,7 +61,7 @@ PUBLISHED:
|
||||
INLINE void set_center(const LPoint3f ¢er);
|
||||
INLINE const LPoint3f &get_center() const;
|
||||
|
||||
INLINE set_fade_time(float t);
|
||||
INLINE void set_fade_time(float t);
|
||||
INLINE float get_fade_time() const;
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user