mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-06 08:38:30 +09:00
blending fix
This commit is contained in:
@@ -485,7 +485,7 @@ object IngameRenderer : Disposable {
|
|||||||
|
|
||||||
// composite UI on top of the world with the contextual dim tint
|
// composite UI on top of the world with the contextual dim tint
|
||||||
setCameraPosition(0f, 0f)
|
setCameraPosition(0f, 0f)
|
||||||
blendNormalStraightAlpha(batch)
|
blendNormalPremultAlpha(batch)
|
||||||
|
|
||||||
uiTex.texture.setFilter(Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest)
|
uiTex.texture.setFilter(Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest)
|
||||||
batch.inUse {
|
batch.inUse {
|
||||||
|
|||||||
Reference in New Issue
Block a user