Explorar o código

bugfix

git-svn-id: https://svn.shirogames.com/evoland1/lib@12 9d342a87-36e0-4458-8f1b-22e0acdbfa51
ncannasse %!s(int64=13) %!d(string=hai) anos
pai
achega
3d8c306685
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      h2d/CachedBitmap.hx

+ 1 - 0
h2d/CachedBitmap.hx

@@ -80,6 +80,7 @@ class CachedBitmap extends Sprite {
 			b.material.blend(SrcAlpha, OneMinusSrcAlpha);
 			b.material.culling = None;
 			b.material.depth(false, Always);
+			BITMAP_OBJ = b;
 		}
 		var tmp = TMP_VECTOR;
 		tmp.x = tile.w;