Fixed #ifdef USE_DEPRECATED_API

This commit is contained in:
Robert Osfield 2004-06-14 20:11:28 +00:00
parent ade10ccebc
commit 3eea9dc1a7

View File

@ -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. */