Skip to content
Snippets Groups Projects
Commit 49d4db6e authored by DarkGod's avatar DarkGod
Browse files

probably fix

parent 1d4d3bb2
No related branches found
No related tags found
No related merge requests found
......@@ -554,6 +554,7 @@ function _M:onResolutionChange()
-- Get new resolution and save
local realw, realh
self.w, self.h, self.fullscreen, self.borderless, realw, realh = core.display.size()
realw, realh = realw or self.w, realh or self.h
config.settings.window.size = ("%dx%d%s"):format(realw, realh, self.fullscreen and " Fullscreen" or (self.borderless and " Borderless" or " Windowed"))
self:saveSettings("resolution", ("window.size = '%s'\n"):format(config.settings.window.size))
......
......@@ -318,7 +318,7 @@ makeParadoxClone = function(self, target, duration, alt_nodes)
alt_nodes.__particles = {v = {} }
alt_nodes.hotkey = false
alt_nodes.talents_auto = {v = {} }
alt_nodes.talents_confirm_use = false
alt_nodes.talents_confirm_use = {}
end
-- Clone the target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment