replaced a hack that starts random game on title screen

This commit is contained in:
minjaesong
2018-12-08 18:30:10 +09:00
parent 91ade00bbb
commit 20dfc95d0d
8 changed files with 196 additions and 31 deletions

View File

@@ -730,6 +730,7 @@ internal object BlocksDrawer {
// write to colour buffer
// As the texture size is very small, multithreading it would be less effective
for (y in 0 until tilesBuffer.height) {
for (x in 0 until tilesBuffer.width) {
val color = sourceBuffer[y][x]