Blender Git Loki
Git Commits -> Revision e969bb2
Revision e969bb2 by Sergey Sharybin (master) June 11, 2013, 08:07 (GMT) |
Fix compilation error caused by recent wavelength node commit Apparently, it's bad idea to rely on compiler to cast NULL which is (void*)0 to int -- and in fact if i was a compiler would also generate an error. Further, couldn't see why we need to pass NULL or 0 th add_node, argument value is defautl to 0 already. |
Commit Details:
Full Hash: e969bb207d125e4641ea91a7b8d3e9a6fe131deb
SVN Revision: 57374
Parent Commit: 401eaa4
Lines Changed: +1, -1
1 Modified Path:
/intern/cycles/render/nodes.cpp (+1, -1) (Diff)