We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9bf5c commit 16b3c6bCopy full SHA for 16b3c6b
hrt/prefab/Shader.hx
@@ -230,7 +230,7 @@ class Shader extends Prefab {
230
if( shaderDef == null) {
231
ctx.build(
232
<root>
233
- <text("Shader definition is missing") /*label-color={Orange}*/ />
+ <text("Shader definition is missing") color={Orange} />
234
</root>
235
);
236
return;
0 commit comments