mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fix training toolboxes not setting vis_flags correctly (#70618)
Fix training machines not setting vis_flags correctly
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
SIGNAL_HANDLER
|
||||
UnregisterSignal(attached_item, COMSIG_PARENT_QDELETING)
|
||||
vis_contents -= attached_item
|
||||
attached_item &= ~(VIS_INHERIT_ID | VIS_INHERIT_PLANE)
|
||||
attached_item.vis_flags &= ~(VIS_INHERIT_ID | VIS_INHERIT_PLANE)
|
||||
attached_item = null
|
||||
handle_density()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user