From 77a7847eed26d3086009722ea2fa6e1a17a16c69 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Thu, 10 Apr 2025 08:56:20 +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 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; }