0_0_26293696_16985.cpp: In function 'int main()':
0_0_26293696_16985.cpp:101:34: error: could not convert '{1, 1, 1, 1}' from '<brace-enclosed initializer list>' to 'NodePart'
NodePart color0 = {1, 1, 1, 1}, color1 = {0, 0, 0, 1};
^
0_0_26293696_16985.cpp:101:57: error: could not convert '{0, 0, 0, 1}' from '<brace-enclosed initializer list>' to 'NodePart'
NodePart color0 = {1, 1, 1, 1}, color1 = {0, 0, 0, 1};
^
|