From 7deaf11dea595be856b55f3ded431278ffb68657 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Sun, 26 Nov 2023 10:02:28 -0500 Subject: [PATCH] Now get rid of this white space --- source/Irrlicht/CB3DJSONMeshFileLoader.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; }