Skip to content

Conversation

@q8X
Copy link
Contributor

@q8X q8X commented Aug 27, 2024

Fixes #532, Currently the map editor shows the UI when collision patches are enabled during map testing, this caused by

function confirmSettings ()
guiSetVisible ( dialog.window, false )
dumpSettings()
doActions()
updateGUI()
setGUIShowing(true)
guiSetInputEnabled ( false )
setWorldClickEnabled ( true )
xmlSaveFile ( settingsXML )
end

@jlillis jlillis self-assigned this Sep 1, 2024
@jlillis jlillis added this to the Next Release (1.6.1) milestone Sep 1, 2024
@jlillis
Copy link
Contributor

jlillis commented Sep 1, 2024

Tested and working, thanks!

@jlillis jlillis merged commit 576bbdc into multitheftauto:master Sep 1, 2024
@q8X q8X deleted the Collision-patches-fix branch September 1, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unexpected editor UI appearing with "collision patches" enabled during map testing

2 participants