ソースを参照

Fixed spelling mistake in PhysicsCollisionObject.h

Darryl Gough 13 年 前
コミット
477b9537eb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      gameplay/src/PhysicsCollisionObject.h

+ 1 - 1
gameplay/src/PhysicsCollisionObject.h

@@ -178,7 +178,7 @@ public:
     /**
     /**
      * Sets the collision object be enabled or disabled.
      * Sets the collision object be enabled or disabled.
      *
      *
-     * @param enable true enables the collision object, false diables it.
+     * @param enable true enables the collision object, false disables it.
      */
      */
     void setEnabled(bool enable);
     void setEnabled(bool enable);