mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Comment translation
--HG-- branch : develop
This commit is contained in:
parent
7cecd18eee
commit
39670e5b77
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.
|
// Display the Run Factor.
|
||||||
TextContext->printfAt(x, y, "(Walk)Run Factor: %f", runFactor());
|
TextContext->printfAt(x, y, "(Walk)Run Factor: %f", runFactor());
|
||||||
y += lineStep;
|
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);
|
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;
|
y += lineStep;
|
||||||
// First Pos
|
// First Pos
|
||||||
|
|
Loading…
Reference in a new issue