软件锁变量名修改

This commit is contained in:
MrZ_26
2020-08-12 18:47:00 +08:00
parent 09c56d74bd
commit ba43e5e6a7
4 changed files with 8 additions and 8 deletions

View File

@@ -1092,7 +1092,7 @@ function love.run()
local FCT=0--Framedraw counter
love.resize(gc.getWidth(),gc.getHeight())
SCN.init(setting.lock and "calculator"or"load")--Scene Launch
SCN.init(setting.appLock and "calculator"or"load")--Scene Launch
marking=true
return function()