Merge pull request #4843 from vakhoir/register_modal_module

Cleanup Modal Window manager registration
master
Webster Sheets 2020-03-25 13:54:43 -04:00 committed by GitHub
commit 0ced0cf264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -66,14 +66,6 @@ local function drawModals(idx)
end
end
ui.registerModule('game', function()
drawModals(1)
end)
ui.registerModule('mainMenu', function()
drawModals(1)
end)
ui.registerModule('modal', function()
drawModals(1)
end)