Fix to only show console warn if debug is enabled

This commit is contained in:
Lucas do Nascimento
2021-08-06 22:30:10 -03:00
parent e6147b7217
commit 4942990424

View File

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