瀏覽代碼

minor fix

cxgeorge 25 年之前
父節點
當前提交
608e6c3e66
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(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(LVector2) operator + (const FLOATNAME(LVector2) &other) const;
 
 
   INLINE FLOATNAME(LVecBase2) operator - (const FLOATNAME(LVecBase2) &other) const;
   INLINE FLOATNAME(LVecBase2) operator - (const FLOATNAME(LVecBase2) &other) const;