diff options
Diffstat (limited to 'src/core/entity.h')
-rw-r--r-- | src/core/entity.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/entity.h b/src/core/entity.h index 2e3b443..4e757c1 100644 --- a/src/core/entity.h +++ b/src/core/entity.h @@ -358,7 +358,6 @@ public: virtual ~EntityControlable(); - /*----- inspectors ------------------------------------------------ */ /// core type id @@ -458,7 +457,7 @@ public: EntityGlobe(unsigned int flags = 0); EntityGlobe(std::istream & is); - ~EntityGlobe(); + virtual ~EntityGlobe(); /*----- inspectors ----------------------------------------------- */ /// texture name |