mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 20:40:35 +00:00
Update mathTypes.cpp
This commit is contained in:
parent
fae5ebb9e8
commit
77a7847eed
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue