Преглед изворни кода

Fixed doxygen error in comment.

Darryl Gough пре 12 година
родитељ
комит
086c0e7d8d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gameplay/src/Control.h

+ 1 - 1
gameplay/src/Control.h

@@ -1122,7 +1122,7 @@ protected:
      * hovered, disabled, etc), this method is called to allow implementations to update
      * internal data related to control state.
      *
-     * @param The new control state.
+     * @param state The new control state.
      */
     virtual void updateState(State state);