X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Froot.h;h=726ca32693bb385c4b9a46c9f5974594fe9ed0c4;hb=c809f54b802727926bae40e9fe67d0e3c94fd2c0;hp=4f7ea76101c4b831d2be304b922a047e508b4f19;hpb=5ef7c7a9e1e6681ce43fae217e0c3a1b846e6874;p=libs%2Fgame.git diff --git a/source/game/root.h b/source/game/root.h index 4f7ea76..726ca32 100644 --- a/source/game/root.h +++ b/source/game/root.h @@ -13,7 +13,7 @@ private: Stage &stage; public: - Root(Stage &s): Entity(nullptr), stage(s) { } + Root(Stage &s): Entity(nullptr, NO_TRANSFORM), stage(s) { } Stage &get_stage() const { return stage; } };