diff options
Diffstat (limited to 'client/map/items/generic_item.gd')
| -rw-r--r-- | client/map/items/generic_item.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/generic_item.gd b/client/map/items/generic_item.gd index 70e9b354..be9d5a0a 100644 --- a/client/map/items/generic_item.gd +++ b/client/map/items/generic_item.gd @@ -31,4 +31,4 @@ func _init(owned_by_: Node3D, t: String): mat.billboard_mode = mat.BILLBOARD_ENABLED mat.shading_mode = BaseMaterial3D.SHADING_MODE_UNSHADED text.material = mat - add_child(mesh) + base.add_child(mesh) |