Procházet zdrojové kódy

Update gameplay-template/src/TemplateGame.h

Corrected typo in constructor for TemplateGame
David Sauve před 13 roky
rodič
revize
cb617794e8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      gameplay-template/src/TemplateGame.h

+ 1 - 1
gameplay-template/src/TemplateGame.h

@@ -13,7 +13,7 @@ class TemplateGame: public Game
 public:
 public:
 
 
     /**
     /**
-     * Constructror.
+     * Constructor.
      */
      */
     TemplateGame();
     TemplateGame();