Przeglądaj źródła

Merge pull request #1424 from blackberry/next

Next
Sean Taylor 12 lat temu
rodzic
commit
0c0a5df746
1 zmienionych plików z 1 dodań i 1 usunięć
  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);