mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 16:31:20 +00:00
Memory leak fix
This commit is contained in:
parent
c8809cad15
commit
eed44c8230
@ -157,6 +157,7 @@ struct ANCS : BigYAML
|
|||||||
struct IMetaAnim : BigYAML
|
struct IMetaAnim : BigYAML
|
||||||
{
|
{
|
||||||
Delete expl;
|
Delete expl;
|
||||||
|
virtual ~IMetaAnim() {}
|
||||||
enum Type
|
enum Type
|
||||||
{
|
{
|
||||||
MAPrimitive = 0,
|
MAPrimitive = 0,
|
||||||
@ -265,6 +266,7 @@ struct ANCS : BigYAML
|
|||||||
struct IMetaTrans : BigYAML
|
struct IMetaTrans : BigYAML
|
||||||
{
|
{
|
||||||
Delete expl;
|
Delete expl;
|
||||||
|
virtual ~IMetaTrans() {}
|
||||||
enum Type
|
enum Type
|
||||||
{
|
{
|
||||||
MTMetaAnim = 0,
|
MTMetaAnim = 0,
|
||||||
|
@ -130,6 +130,7 @@ struct CHAR : BigYAML
|
|||||||
struct IMetaAnim : BigYAML
|
struct IMetaAnim : BigYAML
|
||||||
{
|
{
|
||||||
Delete expl;
|
Delete expl;
|
||||||
|
virtual ~IMetaAnim() {}
|
||||||
enum Type
|
enum Type
|
||||||
{
|
{
|
||||||
MAPrimitive = 0,
|
MAPrimitive = 0,
|
||||||
|
2
hecl
2
hecl
@ -1 +1 @@
|
|||||||
Subproject commit fe3db394c6c57567528da551059c5cb0972c8045
|
Subproject commit a0f708ae8990798380ce5ef8c5d24290bac5035c
|
Loading…
x
Reference in New Issue
Block a user