Skip to content

Commit c2407e7

Browse files
committed
coding style fix
1 parent a021b69 commit c2407e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aerys/minko/example/core/culling/CullingExample.as

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ package aerys.minko.example.core.culling
1717
new BasicMaterial({diffuseColor:0x0000ffff}),
1818
new BasicMaterial({diffuseColor:0xffff00ff})
1919
];
20-
for (var i : uint = 0; i < 1000; ++i)
20+
21+
for (var i : uint = 0; i < 20000; ++i)
2122
{
2223
var cube : Mesh = new Mesh(
2324
CubeGeometry.cubeGeometry,

0 commit comments

Comments
 (0)