Merge pull request #248 from kiddoinpyjamas/warning_even_with_debug_disabled

Fix to only show console warn if debug is enabled
This commit is contained in:
Javi Agenjo
2021-08-16 17:08:51 +02:00
committed by GitHub

View File

@@ -567,7 +567,7 @@
} //glMatrix
else
else if (LiteGraph.debug)
console.warn("No glmatrix found, some Math3D nodes may not work");
})(this);