mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 19:58:15 +02:00
rm debug in Deck.cpp
This commit is contained in:
parent
b102c2d1d0
commit
6f2eb27572
1 changed files with 0 additions and 2 deletions
|
@ -145,10 +145,8 @@ void Deck::processFrames() {
|
|||
}
|
||||
|
||||
if (!nextClip) {
|
||||
qCDebug(recordingLog) << "No more frames available";
|
||||
// No more frames available, so handle the end of playback
|
||||
if (_loop) {
|
||||
qCDebug(recordingLog) << "Looping enabled, seeking back to beginning";
|
||||
// If we have looping enabled, start the playback over
|
||||
seek(0);
|
||||
// FIXME configure the recording scripting interface to reset the avatar basis on a loop
|
||||
|
|
Loading…
Reference in a new issue