From 824e77e518ebe6aaa58263eae3eb12f66b4e2f85 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 8 Aug 2002 15:09:18 +0000 Subject: [PATCH] Removed inline definition from front of setMaxAnisotropy method. --- include/osg/Texture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Texture b/include/osg/Texture index eb1ebfe71..561fc13cc 100644 --- a/include/osg/Texture +++ b/include/osg/Texture @@ -179,7 +179,7 @@ class SG_EXPORT Texture : public StateAttribute * filtering then normal filtering is used, equivilant to a max anisotropy value of 1.0. * valid range is 1.0f upwards. The maximum value depends on the graphics * system being used.*/ - inline void setMaxAnisotropy(float anis); + void setMaxAnisotropy(float anis); /** Get the maximum anisotropy value.*/ inline float getMaxAnisotropy() const { return _maxAnisotropy; }