Code cleanups

This commit is contained in:
2023-09-15 15:33:22 +02:00
parent a9ae4c743f
commit b38ff35e09
3 changed files with 3 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ namespace openVulkanoCpp::AR::Playback
m_nextFrame = frame;
m_frameConsumed = false;
//TODO try to keep original frame timing
// Trigger events
OnNewFrameAvailable();
OnNewFrame(frame);