mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
alternate to https://github.com/GarageGames/Torque3D/pull/1602
This commit is contained in:
parent
6caafc9844
commit
ad613f2e82
2 changed files with 6 additions and 4 deletions
|
|
@ -151,7 +151,7 @@ public:
|
|||
/// Performs the animation returning the results in the output if
|
||||
/// the time scale is greater than zero.
|
||||
/// @return Returns true if the animation was performed.
|
||||
bool animate( F32 time, F32 *output );
|
||||
bool animate(F32 time, F32 *output, bool multiply = false);
|
||||
|
||||
/// Called when the key string is changed to update the
|
||||
/// key length and time scale.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue