From 0ff636e9ca438454474a261b202925e3d7e43a9f Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Thu, 10 Apr 2025 08:56:40 +0100 Subject: [PATCH] Update mathTypes.cpp --- Engine/source/math/mathTypes.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Engine/source/math/mathTypes.cpp b/Engine/source/math/mathTypes.cpp index ff6a3e6dd..18526267c 100644 --- a/Engine/source/math/mathTypes.cpp +++ b/Engine/source/math/mathTypes.cpp @@ -696,7 +696,6 @@ ConsoleGetType(TypeRotationF) AngAxisF out = pt->asAxisAngle(RotationF::Degrees); PropertyInfo::FormatPropertyBuffer(&out, returnBuffer, bufSize); } - *returnBuffer = '\0'; // null-terminate just in case return returnBuffer; }