diff --git a/Engine/source/math/mathTypes.cpp b/Engine/source/math/mathTypes.cpp index 60779b212..ff6a3e6dd 100644 --- a/Engine/source/math/mathTypes.cpp +++ b/Engine/source/math/mathTypes.cpp @@ -646,7 +646,6 @@ ConsoleGetType( TypeEaseF ) PropertyInfo::FormatPropertyBuffer(pEase + 0, buffer, bufSize); *buffer++ = ' '; PropertyInfo::FormatPropertyBuffer(pEase + 2, buffer, bufSize); - *buffer = '\0'; // null-terminate just in case return buffer; }