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

@@ -58,7 +58,7 @@ class UITitleModules : UICanvas() {
override fun renderUI(batch: SpriteBatch, camera: Camera) {
batch.color = Color.WHITE
blendNormal()
blendNormal(batch)
mouduleArea.render(batch, camera)
}