Browse Source

Merge pull request #314 from blackberry/master

rebase from master
Sean Paul Taylor 13 years ago
parent
commit
a69f93df23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gameplay/src/SpriteBatch.h

+ 1 - 1
gameplay/src/SpriteBatch.h

@@ -241,7 +241,7 @@ public:
      * Finishes sprite drawing.
      *
      * This method flushes the batch and commits rendering of all sprites that were
-     * drawn since the last call to begin().
+     * drawn since the last call to start().
      */
     void finish();