]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/stage.cpp
Emit events on entity and component creation and destruction
[libs/game.git] / source / game / stage.cpp
index a616d5a94da775ebd61da5171e9b4baf2435215d..73eb9a55f7299542cb08cf8c95b44083d7ee8fc2 100644 (file)
@@ -5,6 +5,7 @@
 namespace Msp::Game {
 
 Stage::Stage():
+       event_source(event_bus),
        root(std::make_unique<Root>(*this))
 { }