diff options
Diffstat (limited to 'cObject.h')
-rw-r--r-- | cObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ public: virtual void onChar(unsigned char _c){} protected: //For child classes - cObject(); + cObject() : pos({0,0}) , bSizeSet(false){} /** For inheriting classes: sets size of framebuffer */ void setSize(int _sx, int _sy); |