mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 03:30:30 +02:00
add some debug
This commit is contained in:
parent
245f019836
commit
ba79f40007
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ void AnimationLoop::simulate(float deltaTime) {
|
|||
_frameIndex = startFrameIndex + glm::mod(_frameIndex - startFrameIndex, endFrameIndex - startFrameIndex);
|
||||
}
|
||||
}
|
||||
|
||||
qDebug() << "AnimationLoop::simulate()";
|
||||
qDebug() << " deltaTime:" << deltaTime;
|
||||
qDebug() << " _frameIndex:" << _frameIndex;
|
||||
}
|
||||
|
||||
void AnimationLoop::setStartAutomatically(bool startAutomatically) {
|
||||
|
|
Loading…
Reference in a new issue