diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/game.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/game.h b/include/game.h index 468f4e3..2a245f7 100755 --- a/include/game.h +++ b/include/game.h @@ -1592,13 +1592,11 @@ public: class StageActorLight {
public:
-
- StageActorLight();
virtual void init(void *allocator, int);
virtual void update();
virtual void draw();
- virtual ~StageActorLight();
+ // virtual ~StageActorLight();
Vec pos;
float size;
|