aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/food_processor_content.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items/food_processor_content.gd')
-rw-r--r--client/map/items/food_processor_content.gd3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/map/items/food_processor_content.gd b/client/map/items/food_processor_content.gd
index dedd6a37..8968b390 100644
--- a/client/map/items/food_processor_content.gd
+++ b/client/map/items/food_processor_content.gd
@@ -24,6 +24,5 @@ func _init(owned_by_: Node3D):
add_child(content)
func set_color(c: Color):
- var mat: BaseMaterial3D = content.get_active_material(0).duplicate(true)
+ var mat: BaseMaterial3D = content.get_active_material(0)
mat.albedo_color = c
- content.material_override = mat