Skip to content

Commit 576bbdc

Browse files
authored
editor: Fix UI appearing during map testing when "collision patches" enabled (#539)
Fixes the ui appering during map testing with Collision Patches enabled
1 parent 817aa1e commit 576bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[editor]/editor_gui/client/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function disableColPatchInTesting()
142142

143143
-- Disable
144144
guiCheckBoxSetSelected(dialog.enableColPatch.GUI.checkbox, false)
145-
confirmSettings()
145+
doActions()
146146
end
147147

148148
function enableColPatchAfterTesting()

0 commit comments

Comments
 (0)