Fixed: #897 Missing ; after two nlassert calls (patch provided by vhelsing)

This commit is contained in:
kervala 2010-05-13 23:27:35 +02:00
parent 8a99fec990
commit cdc1dde0aa

View file

@ -83,7 +83,7 @@ bool computeOneShape(const char *lodFile, const char *shapeIn, const char *shape
throw Exception("The shape %s is not a Mesh, a MeshMRM or MeshMMRMSkinned", shapeIn); throw Exception("The shape %s is not a Mesh, a MeshMRM or MeshMMRMSkinned", shapeIn);
// store in mesh // store in mesh
nlassert (base) nlassert (base);
base->setupLodCharacterTexture(lodTexture); base->setupLodCharacterTexture(lodTexture);
// serial // serial