removing default batch on blendxxx() funs

This commit is contained in:
minjaesong
2019-01-20 03:09:23 +09:00
parent 9ca078687f
commit 5786b843e4
16 changed files with 44 additions and 44 deletions

View File

@@ -261,7 +261,7 @@ class TitleScreen(val batch: SpriteBatch) : Screen {
private fun renderOverlayTexts() {
setCameraPosition(0f, 0f)
blendNormal()
blendNormal(batch)
batch.shader = null
batch.color = Color.LIGHT_GRAY