line 263 patchgrid.cpp:
for (int i=0;i<numVertices;--i) { should be for (int i=0;i<numVertices;++i) {
Cheers.
Logged In: YES user_id=555300 Originator: NO
Very true, thanks Cedric. The trunk is fixed.
Log in to post a comment.
Logged In: YES
user_id=555300
Originator: NO
Very true, thanks Cedric. The trunk is fixed.