From 3eea9dc1a710dea5d34ebd5b359382d8232ec10f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 14 Jun 2004 20:11:28 +0000 Subject: [PATCH] Fixed #ifdef USE_DEPRECATED_API --- include/osg/Billboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Billboard b/include/osg/Billboard index 36d72b448..37c291067 100644 --- a/include/osg/Billboard +++ b/include/osg/Billboard @@ -55,7 +55,7 @@ class SG_EXPORT Billboard : public Geode inline const Vec3& getNormal() const { return _normal; } -#ifdef USE_DEPRECTATED_API +#ifdef USE_DEPRECATED_API /** Set the position of specified drawable. */ inline void setPos(unsigned int i,const Vec3& pos) { _positionList[i] = pos; } /** Get the position of specified drawable. */