Update mathTypes.cpp

This commit is contained in:
marauder2k7 2025-04-10 08:56:20 +01:00
parent fae5ebb9e8
commit 77a7847eed

View file

@ -646,7 +646,6 @@ ConsoleGetType( TypeEaseF )
PropertyInfo::FormatPropertyBuffer<S32, 2>(pEase + 0, buffer, bufSize);
*buffer++ = ' ';
PropertyInfo::FormatPropertyBuffer<F32, 2>(pEase + 2, buffer, bufSize);
*buffer = '\0'; // null-terminate just in case
return buffer;
}