Fix non virtual destructor use
parent
ae276987a0
commit
c3a89fd2d0
|
@ -357,6 +357,10 @@ namespace pmx
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
void virtual Read(std::istream *stream, PmxSetting *setting) = 0;
|
void virtual Read(std::istream *stream, PmxSetting *setting) = 0;
|
||||||
|
|
||||||
|
virtual ~PmxMorphOffset() {
|
||||||
|
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
class PmxMorphVertexOffset : public PmxMorphOffset
|
class PmxMorphVertexOffset : public PmxMorphOffset
|
||||||
|
|
Loading…
Reference in New Issue