Release 1.2.4

- Minor bugfixes
This commit is contained in:
Openarl
2016-11-06 20:01:02 +10:00
parent 576df18b07
commit 375e40dbd9
7 changed files with 14 additions and 8 deletions

View File

@@ -209,7 +209,7 @@ end
function main:OnFrame()
self.screenW, self.screenH = GetScreenSize()
if self.newMode then
while self.newMode do
if self.mode then
self:CallMode("Shutdown")
end