mirror of https://github.com/axmolengine/axmol.git
add virtual
This commit is contained in:
parent
12d6bc1722
commit
efd8f62992
|
@ -39,8 +39,8 @@ public:
|
|||
public:
|
||||
Skin();
|
||||
|
||||
bool initWithSpriteFrameName(const char *pszSpriteFrameName) override;
|
||||
bool initWithFile(const char *pszFilename) override;
|
||||
virtual bool initWithSpriteFrameName(const char *pszSpriteFrameName) override;
|
||||
virtual bool initWithFile(const char *pszFilename) override;
|
||||
|
||||
void updateArmatureTransform();
|
||||
void updateTransform() override;
|
||||
|
|
Loading…
Reference in New Issue