mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Final Linux compliance changes(renames, tweaks for gcc compliance, etc)
This commit is contained in:
parent
f5e86a83b5
commit
510b726f6f
25 changed files with 47 additions and 46 deletions
|
|
@ -21,7 +21,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "console/engineAPI.h"
|
||||
#include "T3D/components/animation/animationcomponent.h"
|
||||
#include "T3D/components/animation/animationComponent.h"
|
||||
|
||||
DefineEngineMethod(AnimationComponent, playThread, bool, (S32 slot, const char* name, bool transition, F32 transitionTime), (-1, "", true, 0.5),
|
||||
"@brief Start a new animation thread, or restart one that has been paused or "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue