comment out a trace

This commit is contained in:
2024-03-31 21:36:04 -06:00
parent 4253b92032
commit 45b720d708

View File

@@ -320,7 +320,7 @@ class ShaderFrontend implements FrontendPlugin {
access: [APublic] access: [APublic]
}); });
trace([for (field in type.fields) field.name]); // trace([for (field in type.fields) field.name]);
} }
static function use() { static function use() {