Fixed: #897 Missing ; after two nlassert calls (patch provided by vhelsing)
This commit is contained in:
parent
7e4a8206a5
commit
38752c9587
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue