Cleanup: Code style.

This commit is contained in:
Thomas Dinges
2015-04-26 00:42:26 +02:00
parent 8dd055cd47
commit bc160d8a85
6 changed files with 18 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ ShaderInput::ShaderInput(ShaderNode *parent_, const char *name_, ShaderSocketTyp
name = name_;
type = type_;
link = NULL;
value = make_float3(0, 0, 0);
value = make_float3(0.0f, 0.0f, 0.0f);
stack_offset = SVM_STACK_INVALID;
default_value = NONE;
usage = USE_ALL;