mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Make proper background texture be rendered
This commit is contained in:
@@ -342,6 +342,9 @@ public class FSkin {
|
|||||||
if (c.getAlpha() != 0) { return new TextureRegion(texture, x0, y0, w0, h0); }
|
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
|
//use default file if can't use preferred file
|
||||||
|
|||||||
Reference in New Issue
Block a user