Fixed #ifdef USE_DEPRECATED_API
This commit is contained in:
parent
ade10ccebc
commit
3eea9dc1a7
@ -55,7 +55,7 @@ class SG_EXPORT Billboard : public Geode
|
|||||||
inline const Vec3& getNormal() const { return _normal; }
|
inline const Vec3& getNormal() const { return _normal; }
|
||||||
|
|
||||||
|
|
||||||
#ifdef USE_DEPRECTATED_API
|
#ifdef USE_DEPRECATED_API
|
||||||
/** Set the position of specified drawable. */
|
/** Set the position of specified drawable. */
|
||||||
inline void setPos(unsigned int i,const Vec3& pos) { _positionList[i] = pos; }
|
inline void setPos(unsigned int i,const Vec3& pos) { _positionList[i] = pos; }
|
||||||
/** Get the position of specified drawable. */
|
/** Get the position of specified drawable. */
|
||||||
|
Loading…
Reference in New Issue
Block a user