- silly test inversion, thanks to Stephan Kassemeyer for noticing

This commit is contained in:
Daniel Dunbar
2005-10-09 21:01:57 +00:00
parent 8abb59b0ce
commit 4cea576ced

View File

@@ -645,7 +645,7 @@ static void ss_sync_from_mesh(CCGSubSurf *ss, Mesh *me, DispListMesh *dlm, float
static int hasGivenError = 0;
if (!hasGivenError) {
if (me) {
if (!me) {
error("Unrecoverable error in SubSurf calculation, mesh is inconsistent.");
} else {
error("Unrecoverable error in SubSurf calculation, mesh(%s) is inconsistent.", me->id.name+2);