Browse Source

Update mathTypes.cpp

marauder2k7 6 months ago
parent
commit
0ff636e9ca
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Engine/source/math/mathTypes.cpp

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

@@ -696,7 +696,6 @@ ConsoleGetType(TypeRotationF)
       AngAxisF out = pt->asAxisAngle(RotationF::Degrees);
       AngAxisF out = pt->asAxisAngle(RotationF::Degrees);
       PropertyInfo::FormatPropertyBuffer<F32, 4>(&out, returnBuffer, bufSize);
       PropertyInfo::FormatPropertyBuffer<F32, 4>(&out, returnBuffer, bufSize);
    }
    }
-   *returnBuffer = '\0'; // null-terminate just in case
 
 
    return returnBuffer;
    return returnBuffer;
 }
 }