diff --git a/terrain/voxel_node.cpp b/terrain/voxel_node.cpp index 238474fa..af4b7459 100644 --- a/terrain/voxel_node.cpp +++ b/terrain/voxel_node.cpp @@ -43,7 +43,7 @@ TypedArray VoxelNode::get_configuration_warnings() const { Ref stream = get_stream(); Ref generator = get_generator(); - TypedArray warnings = get_configuration_warnings(); + TypedArray warnings = Node3D::get_configuration_warnings(); if (mesher.is_null()) { warnings.append(TTR("This node has no mesher assigned, it wont produce any mesh visuals. "