Pārlūkot izejas kodu

Merge pull request #1423 from dgough/next

Fixed doxygen error in comment.
Sean Taylor 12 gadi atpakaļ
vecāks
revīzija
fb3ee7f75f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);