From 7f4d116076bc6058677ff6184b3d13ceb74dd5b8 Mon Sep 17 00:00:00 2001 From: Attila Schroeder Date: Fri, 25 Apr 2025 01:14:23 +0200 Subject: [PATCH] Fix: avoid unnecessary console warning --- src/nodes/core/AttributeNode.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nodes/core/AttributeNode.js b/src/nodes/core/AttributeNode.js index 21b82995b99331..0e29008ef7e58e 100644 --- a/src/nodes/core/AttributeNode.js +++ b/src/nodes/core/AttributeNode.js @@ -125,8 +125,6 @@ class AttributeNode extends Node { } else { - console.warn( `AttributeNode: Vertex attribute "${ attributeName }" not found on geometry.` ); - return builder.generateConst( nodeType ); }