Make proper background texture be rendered

This commit is contained in:
drdev
2014-02-20 04:33:10 +00:00
parent f87f3489d1
commit c2bbd84204

View File

@@ -342,6 +342,9 @@ public class FSkin {
if (c.getAlpha() != 0) { return new TextureRegion(texture, x0, y0, w0, h0); }
}
}
else {
return new TextureRegion(texture, x0, y0, w0, h0);
}
}
//use default file if can't use preferred file