update keyboard layout

This commit is contained in:
minjaesong
2022-09-19 00:02:54 +09:00
parent 17f85aa155
commit 64189318cb
11 changed files with 17 additions and 15 deletions

View File

@@ -174,7 +174,8 @@ internal class UIHomeComputer : UICanvas(
otherBatch.end()
fbo.inAction(camera, batch) {
Gdx.gl.glClearColor(0f,0f,0f,1f) // to hide the crap might be there
Gdx.gl.glClearColor(0f,0f,0f,1f)
Gdx.gl.glClear(GL20.GL_COLOR_BUFFER_BIT) // to hide the crap might be there
(vm.peripheralTable[1].peripheral as? GraphicsAdapter)?.let { gpu ->
val clearCol = gpu.getBackgroundColour()