solid: updated default value to use new syntax

Using ':' instead of ',' should avoid any potential internationalization issues
regarding languages that use ',' for decimals rather than '.'
This commit is contained in:
itsmattkc
2020-04-19 00:03:05 +10:00
parent a796cb2c13
commit fa0afb74c8
+1 -1
View File
@@ -18,7 +18,7 @@
<param id="color_in" type="color">
<name lang="en_US">Color</name>
<name lang="en_GB">Colour</name>
<default>1.0, 0.0, 0.0, 1.0</default>
<default>1.0:0.0:0.0:1.0</default>
</param>
<!-- Qt Resource path to fragment shader -->