seanpaultaylor 11 anni fa
parent
commit
ad585dc376
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gameplay/src/TextBox.h

+ 1 - 1
gameplay/src/TextBox.h

@@ -240,7 +240,7 @@ protected:
     /**
      * Indicate if the SHIFT key is currently pressed.
      */
-	bool _shiftPressed = false;
+    bool _shiftPressed = false;
 
 private: