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; }