DEADSOFTWARE

Some refactor
[cavedroid.git] / core / src / ru / deadsoftware / cavecraft / game / mobs / FallingSand.java
index a410eb3541a2cfc36d8108a3d6257d03865245c5..8c7661923ec57249a05ed11fa4b76175b0f0763c 100644 (file)
@@ -28,7 +28,7 @@ public class FallingSand extends Mob {
 
     @Override
     public void draw(SpriteBatch spriteBatch, float x, float y) {
-        spriteBatch.draw(Assets.blockTextures[Items.BLOCKS.get("sand").getTexture()], x, y);
+        spriteBatch.draw(Assets.blockTex[Items.blocks.get("sand").getTex()], x, y);
     }
 
     @Override