fixed pause crash

This commit is contained in:
lustlion
2022-02-27 03:40:41 +01:00
parent e62eae1564
commit e32356335f
2 changed files with 5 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
interfaceDialog = {type = "Dialog"}
-- dialog boxes
function interfaceDialog:New(style)
o = {}
local o = {}
o.pos = {
x = 0,
y = game.height*80/100