uninitialized variables-ts

This commit is contained in:
AzaezelX 2020-05-11 15:40:55 -05:00
parent c2e74f375a
commit 9e1c22204f
13 changed files with 29 additions and 10 deletions

View file

@ -196,7 +196,7 @@ public:
public:
TSShapeConstructor();
TSShapeConstructor(const String& path) : mShapePath(path) { }
TSShapeConstructor(const String& path) : mShapePath(path), mShape(NULL), mLoadingShape(false){ }
~TSShapeConstructor();
DECLARE_CONOBJECT(TSShapeConstructor);