mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Comment translation
This commit is contained in:
parent
34999ce0db
commit
0d0023ddaa
1 changed files with 1 additions and 1 deletions
|
@ -8369,7 +8369,7 @@ ADD_METHOD(void CCharacterCL::displayDebug(float x, float &y, float lineStep)) /
|
|||
// Display the Run Factor.
|
||||
TextContext->printfAt(x, y, "(Walk)Run Factor: %f", runFactor());
|
||||
y += lineStep;
|
||||
// Display the current animation name(id)(offset)(nbloop) pour le channel MOVE.
|
||||
// Display the current animation name(id)(offset)(nbloop) for channel MOVE.
|
||||
TextContext->printfAt(x, y, "Current Animation: %s(%u)(%lf)(%u loops)", animId(MOVE)==std::numeric_limits<uint>::max()?"[NONE]":currentAnimationName().c_str(), animId(MOVE), animOffset(MOVE), _NbLoopAnim);
|
||||
y += lineStep;
|
||||
// First Pos
|
||||
|
|
Loading…
Reference in a new issue