Browse Source

- Fixed a comment in the ShapeVectorToy

MichPerry-GG 12 years ago
parent
commit
0acf53b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ShapeVectorToy/1/main.cs

+ 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