Now get rid of this white space

This commit is contained in:
jordan4ibanez 2023-11-26 10:02:28 -05:00
parent ab511a8454
commit 7deaf11dea
1 changed files with 1 additions and 3 deletions

View File

@ -152,9 +152,7 @@ bool parseNode(json data, SMeshBuffer* meshBuffer) {
if (grabQuaternionf(data, "rotation", rotation)) {
return true;
}
return false;
}