Skip to content

Commit 4be6fd0

Browse files
committed
remove #if !flash conditional
1 parent a0d7539 commit 4be6fd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flixel/graphics/tile/FlxDrawTrianglesItem.hx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ class FlxDrawTrianglesItem extends FlxDrawBaseItem<FlxDrawTrianglesItem>
328328
indices[prevIndicesPos + 4] = prevNumberOfVertices + 2;
329329
indices[prevIndicesPos + 5] = prevNumberOfVertices + 3;
330330

331-
#if !flash
332331
final alphaMultiplier = transform != null ? transform.alphaMultiplier : 1.0;
333332
for (i in 0...INDICES_PER_QUAD)
334333
alphas.push(alphaMultiplier);
@@ -369,7 +368,6 @@ class FlxDrawTrianglesItem extends FlxDrawBaseItem<FlxDrawTrianglesItem>
369368
colorMultipliers.push(1);
370369
}
371370
}
372-
#end
373371

374372
verticesPosition += 8;
375373
indicesPosition += 6;

0 commit comments

Comments
 (0)