mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
Merge pull request #13057 from misslivirose/fix/edit-create-grabbable
Remove 'Create Items as Grabbable' Menu item in cleanup for edit
This commit is contained in:
commit
382802375d
1 changed files with 1 additions and 0 deletions
|
@ -1291,6 +1291,7 @@ function cleanupModelMenus() {
|
|||
Menu.removeMenuItem("Edit", MENU_EASE_ON_FOCUS);
|
||||
Menu.removeMenuItem("Edit", MENU_SHOW_LIGHTS_AND_PARTICLES_IN_EDIT_MODE);
|
||||
Menu.removeMenuItem("Edit", MENU_SHOW_ZONES_IN_EDIT_MODE);
|
||||
Menu.removeMenuItem("Edit", MENU_CREATE_ENTITIES_GRABBABLE);
|
||||
}
|
||||
|
||||
Script.scriptEnding.connect(function () {
|
||||
|
|
Loading…
Reference in a new issue