Browse Source

minor fix

cxgeorge 25 years ago
parent
commit
608e6c3e66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/linmath/lvector2_src.h

+ 1 - 1
panda/src/linmath/lvector2_src.h

@@ -22,7 +22,7 @@ PUBLISHED:
 
   INLINE FLOATNAME(LVector2) operator - () const;
 
-  INLINE FLOATNAME(LVecBase2)operator + (const FLOATNAME(LVecBase2) &other) const;
+  INLINE FLOATNAME(LVecBase2) operator + (const FLOATNAME(LVecBase2) &other) const;
   INLINE FLOATNAME(LVector2) operator + (const FLOATNAME(LVector2) &other) const;
 
   INLINE FLOATNAME(LVecBase2) operator - (const FLOATNAME(LVecBase2) &other) const;