Просмотр исходного кода

Merge pull request #313 from dgough/master

Updated development guide.
Sean Paul Taylor 13 лет назад
Родитель
Сommit
37b76a30c4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      gameplay/src/SpriteBatch.h

+ 1 - 1
gameplay/src/SpriteBatch.h

@@ -241,7 +241,7 @@ public:
      * Finishes sprite drawing.
      * Finishes sprite drawing.
      *
      *
      * This method flushes the batch and commits rendering of all sprites that were
      * 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();
     void finish();