call updateAABB()

This commit is contained in:
Josh Holtrop 2011-04-20 15:25:58 -04:00
parent 0daac5781e
commit 806f7890f3

View File

@ -164,6 +164,8 @@ bool WFObj::load(const WFObj::Buffer &buff)
}
processInputLine(input);
}
updateAABB();
return true;
}