Explorar el Código

Remove useless new indexbuffer

clementlandrin hace 2 meses
padre
commit
f25a1b99fd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      h3d/col/Polygon.hx

+ 0 - 1
h3d/col/Polygon.hx

@@ -337,7 +337,6 @@ class Polygon extends Collider {
 	#if !macro
 	public function makeDebugObj() : h3d.scene.Object {
 		var points : Array<Point> = [];
-		var idx = new hxd.IndexBuffer();
 
 		var t = triPlanes;
 		while( t != null ) {