node: fixed bug that failed to load some default values from shader xml
This commit is contained in:
@@ -18,7 +18,12 @@
|
||||
<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>
|
||||
<value>1.0</value>
|
||||
<value>0.0</value>
|
||||
<value>0.0</value>
|
||||
<value>1.0</value>
|
||||
</default>
|
||||
</param>
|
||||
|
||||
<!-- Qt Resource path to fragment shader -->
|
||||
|
||||
Reference in New Issue
Block a user