Fix broken combine XYZ node after recent refactoring.

This commit is contained in:
Brecht Van Lommel
2016-06-18 22:36:42 +02:00
parent 2465bd90d5
commit 7da189b4e8

View File

@@ -3761,7 +3761,7 @@ NODE_DEFINE(CombineXYZNode)
SOCKET_IN_FLOAT(y, "Y", 0.0f);
SOCKET_IN_FLOAT(z, "Z", 0.0f);
SOCKET_OUT_COLOR(color, "Image");
SOCKET_OUT_VECTOR(vector, "Vector");
return type;
}