dvt default output

This commit is contained in:
Green Sky 2024-09-29 13:09:04 +02:00
parent 3d8deb310e
commit ce6febdc29
No known key found for this signature in database

View File

@ -182,6 +182,7 @@ DebugVideoTap::DebugVideoTap(ObjectStore2& os, StreamManager& sm, TextureUploade
);
_tap.emplace<Components::StreamSink>(Components::StreamSink::create<SDLVideoFrame>("DebugVideoTap"));
_tap.emplace<Components::TagDefaultTarget>();
_os.throwEventConstruct(_tap);
} catch (...) {