From 6e9f58aa4b98227727ea869988e93182c44f1c85 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 30 Jun 2007 17:28:48 +0000 Subject: [PATCH] incorrect INLINE --- panda/src/mathutil/perlinNoise2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/mathutil/perlinNoise2.h b/panda/src/mathutil/perlinNoise2.h index 6f9d3e6d83..67826b6e46 100644 --- a/panda/src/mathutil/perlinNoise2.h +++ b/panda/src/mathutil/perlinNoise2.h @@ -41,7 +41,7 @@ PUBLISHED: INLINE void set_scale(double scale); INLINE void set_scale(double sx, double sy); INLINE void set_scale(const LVecBase2f &scale); - void set_scale(const LVecBase2d &scale); + INLINE void set_scale(const LVecBase2d &scale); INLINE double noise(double x, double y) const; INLINE float noise(const LVecBase2f &value) const;