Sfoglia il codice sorgente

Merge pull request #490 from blackberry-gaming/next-dgough

Next dgough
Sean Paul Taylor 13 anni fa
parent
commit
f267b5631a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gameplay/src/Game.h

+ 1 - 1
gameplay/src/Game.h

@@ -290,7 +290,7 @@ public:
     inline void getAccelerometerValues(float* pitch, float* roll);
 
     /**
-     * Schedules a time event to be sent to the given TimeListener a given of game milliseconds from now.
+     * Schedules a time event to be sent to the given TimeListener a given number of game milliseconds from now.
      * Game time stops while the game is paused. A time offset of zero will fire the time event in the next frame.
      * 
      * @param timeOffset The number of game milliseconds in the future to schedule the event to be fired.