Skip to content

Commit 16b3c6b

Browse files
author
borisrp
committed
Add color to text because it's now supported.
1 parent ba9bf5c commit 16b3c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hrt/prefab/Shader.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class Shader extends Prefab {
230230
if( shaderDef == null) {
231231
ctx.build(
232232
<root>
233-
<text("Shader definition is missing") /*label-color={Orange}*/ />
233+
<text("Shader definition is missing") color={Orange} />
234234
</root>
235235
);
236236
return;

0 commit comments

Comments
 (0)