From 38752c9587e5f527ca43e9109a6748272e8a3d40 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 13 May 2010 23:27:35 +0200 Subject: [PATCH] Fixed: #897 Missing ; after two nlassert calls (patch provided by vhelsing) --- code/nel/tools/3d/build_clodtex/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/tools/3d/build_clodtex/main.cpp b/code/nel/tools/3d/build_clodtex/main.cpp index 3074032c3..d857af17b 100644 --- a/code/nel/tools/3d/build_clodtex/main.cpp +++ b/code/nel/tools/3d/build_clodtex/main.cpp @@ -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