diff --git a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp index 41aaf1fe..2378c5f3 100644 --- a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp +++ b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp @@ -152,9 +152,7 @@ bool parseNode(json data, SMeshBuffer* meshBuffer) { if (grabQuaternionf(data, "rotation", rotation)) { return true; } - - - + return false; }