mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 11:16:29 +02:00
Remove some debug.
This commit is contained in:
parent
4c1d1a65d5
commit
cdb697760f
1 changed files with 0 additions and 3 deletions
|
@ -403,9 +403,6 @@ void Rig::computeMotionAnimationState(float deltaTime, const glm::vec3& worldPos
|
|||
if (isOn) {
|
||||
if (!isRunningRole(role)) {
|
||||
qCDebug(animation) << "Rig STARTING" << role;
|
||||
if (role == "leftTurn" || role == "rightTurn") {
|
||||
qCDebug(animation) << front.x << front.y << front.z << "=>" << rightTurningSpeed;
|
||||
}
|
||||
startAnimationByRole(role);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue