X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fstage.cpp;h=43446bd9d8e7af9ba6d03f5fd13d9a49d2e72d42;hb=a99b57a74252fd3de649d544d070b747f91fcf4d;hp=5663a71fadf8b36e1db21267724cf3d27e9530c2;hpb=e3b8bcdcb5abfdc4cfaf0af0f9633ac15d1f3b69;p=libs%2Fgame.git diff --git a/source/game/stage.cpp b/source/game/stage.cpp index 5663a71..43446bd 100644 --- a/source/game/stage.cpp +++ b/source/game/stage.cpp @@ -60,7 +60,10 @@ void Stage::tick(Time::TimeDelta dt) AccessGuard::BlockForScope _block;; #endif for(const auto &s: systems) + { + System::Activator act(*s); s->tick(dt); + } } for(const auto &s: systems)