整理代码

This commit is contained in:
MrZ626
2020-12-06 15:35:33 +08:00
parent f7c2d5f9e7
commit d93eea4e56
2 changed files with 1 additions and 10 deletions

View File

@@ -171,8 +171,7 @@ end
function love.keypressed(i)
mouseShow=false
if devMode then
if i=="f1"then
PROFILE.switch()
if i=="f1"then PROFILE.switch()
elseif i=="f2"then
LOG.print("System:"..SYSTEM.."["..jit.arch.."]")
LOG.print("luaVer:".._VERSION)