Browse Source

Merge remote-tracking branch 'refs/remotes/origin/development' into development

MelvMay-GG 12 years ago
parent
commit
1c632f8
2 changed files with 4 additions and 1 deletions
  1. 3 0
      engine/source/platformiOS/platformiOS.h
  2. 1 1
      modules/ShapeVectorToy/1/main.cs

+ 3 - 0
engine/source/platformiOS/platformiOS.h

@@ -35,6 +35,9 @@
 #include "platformiOS/T2DView.h"
 #include "platformiOS/T2DViewController.h"
 
+// Mich Note: Do not try to spend too much time analyzing this class.
+// It is planned to refactor the iOS platform layer and replace this
+// with a platform state similar to what OS X uses.
 class iOSPlatState
 {
 public:

+ 1 - 1
modules/ShapeVectorToy/1/main.cs

@@ -34,7 +34,7 @@ function ShapeVectorToy::create( %this )
     // "Square": Simple box
     // "Triangle": Equilateral triangle
     // "Circle": Simple circle
-    // "Complexe":
+    // "Complex": Shape with enough vertices to make an uncommon shape
     ShapeVectorToy.shape = "Square";
 
     // Toggles filling the shape with color or leaving as an outline