فهرست منبع

Update mathTypes.cpp

marauder2k7 6 ماه پیش
والد
کامیت
77a7847eed
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      Engine/source/math/mathTypes.cpp

+ 0 - 1
Engine/source/math/mathTypes.cpp

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