fix: 修复了运行时无法保存的问题
This commit is contained in:
parent
75f78a2dec
commit
eba09c729e
|
@ -386,7 +386,7 @@ Initialization() {
|
||||||
ExitApp
|
ExitApp
|
||||||
}
|
}
|
||||||
LogBox.Value := ""
|
LogBox.Value := ""
|
||||||
loadSettings()
|
WriteSettings()
|
||||||
global BattleActive := 1
|
global BattleActive := 1
|
||||||
global stdScreenW := 3840
|
global stdScreenW := 3840
|
||||||
global stdScreenH := 2160
|
global stdScreenH := 2160
|
||||||
|
|
Loading…
Reference in New Issue