瀏覽代碼

- Fixed a comment in the ShapeVectorToy

MichPerry-GG 13 年之前
父節點
當前提交
0acf53b070
共有 1 個文件被更改,包括 1 次插入1 次删除
  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