removed unassigned variable

http://forum.alternativaplatform.com/index.php?showtopic=4412&hl=
This commit is contained in:
makc
2012-12-19 21:51:11 +01:00
parent eb525b22db
commit 7a808034a3

View File

@@ -233,7 +233,6 @@ package alternativa.engine3d.core {
var i:int;
var j:int;
var vertex:Vertex;
var threshold:Number;
switch (depth) {
case 0: // x
for (i = begin; i < end; i++) {