Browse Source

removed debug

ncannasse 11 years ago
parent
commit
9c4a341c4b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      h2d/Drawable.hx

+ 0 - 1
h2d/Drawable.hx

@@ -439,7 +439,6 @@ class Drawable extends Sprite {
 		engine.renderQuadBuffer(Tools.getCoreObjects().planBuffer);
 	}
 
-	@:debug
 	function setupShader( engine : h3d.Engine, tile : h2d.Tile, options : Int ) {
 		var core = Tools.getCoreObjects();
 		var shader = shader;