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;