diff options
Diffstat (limited to 'src/game/star.h')
-rw-r--r-- | src/game/star.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/star.h b/src/game/star.h index e953f3c..ecc7ade 100644 --- a/src/game/star.h +++ b/src/game/star.h @@ -17,7 +17,7 @@ namespace game { /// a star, that shines so bright -class Star : public core::Entity { +class Star : public core::EntityGlobe { public: Star(); ~Star(); |