Skip to content

Commit

Permalink
Merge branch 'master' into ui-olympUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruor committed Jan 22, 2022
2 parents c4152b2 + f105776 commit 829a455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/defaults/config/graphics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ return {

unfocused_draw_rate = false,
unfocused_update_rate = false,
unfocused_main_loop_sleep = 0.1,
unfocused_main_loop_sleep = 0.033,
}
2 changes: 1 addition & 1 deletion src/utils/filesystem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function filesystem.openDialog(path, filter, callback)
return threadHandler.createStartWithCallback(code, callback, path, filter)

else
callback(nfd.open(filter, nil, path))
callback(nfd.open(filter, path))

return false, false
end
Expand Down

0 comments on commit 829a455

Please sign in to comment.