Enable layer debugging outside of god mode
This commit is contained in:
@@ -41,10 +41,8 @@
|
||||
<on_click function="Avatar.Eject" />
|
||||
<on_enable function="Avatar.EnableFreezeEject" />
|
||||
</menu_item_call>
|
||||
<menu_item_call enabled="false" label="Debug..." mouse_opaque="true" name="Debug...">
|
||||
<menu_item_call enabled="true" label="Debug..." mouse_opaque="true" name="Debug Layers">
|
||||
<on_click function="Avatar.Debug" />
|
||||
<on_visible function="Avatar.VisibleDebug" />
|
||||
<on_enable function="Avatar.EnableDebug" />
|
||||
</menu_item_call>
|
||||
<menu_item_call enabled="true" label="Inspect" mouse_opaque="true" name="Object Inspect">
|
||||
<on_click function="Object.Inspect" />
|
||||
|
||||
Reference in New Issue
Block a user