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

hg/feature/sound
kervala 15 years ago
parent 8a99fec990
commit cdc1dde0aa

@ -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);
// store in mesh
nlassert (base)
nlassert (base);
base->setupLodCharacterTexture(lodTexture);
// serial

Loading…
Cancel
Save