mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: #897 Missing ; after two nlassert calls (patch provided by vhelsing)
This commit is contained in:
parent
8a99fec990
commit
cdc1dde0aa
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);
|
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
|
||||||
|
|
Loading…
Reference in a new issue