Skip to content
Snippets Groups Projects
Commit 435cf9e6 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

video: fix non-displayed frames

This patch fixes a forgotten commented line
in commit 96a01310

Refs #70057
parent 96a01310
Branches
Tags
No related merge requests found
......@@ -304,7 +304,7 @@ void Video::ShmRendererPrivate::timedEvents()
}
m_fpsC++;
//emit q_ptr->frameUpdated();
emit q_ptr->frameUpdated();
}
/*else {
qDebug() << "Frame dropped";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment