Small fix

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-26 14:54:39 +07:00
parent 088aeaf60d
commit 0fd7fe9ab5
2 changed files with 1 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ function love.load()
function SCENE.update()
SCENE = SETTINGS.firstTime and InputConfigScene(true) or TitleScene()
love.keyboard.setTextInput(true)
end
function SCENE.render()
love.graphics.draw(LOADING_IMAGE_FILE,0,0,0,0.5)