mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Memory leak fix
This commit is contained in:
@@ -157,6 +157,7 @@ struct ANCS : BigYAML
|
||||
struct IMetaAnim : BigYAML
|
||||
{
|
||||
Delete expl;
|
||||
virtual ~IMetaAnim() {}
|
||||
enum Type
|
||||
{
|
||||
MAPrimitive = 0,
|
||||
@@ -265,6 +266,7 @@ struct ANCS : BigYAML
|
||||
struct IMetaTrans : BigYAML
|
||||
{
|
||||
Delete expl;
|
||||
virtual ~IMetaTrans() {}
|
||||
enum Type
|
||||
{
|
||||
MTMetaAnim = 0,
|
||||
|
||||
@@ -130,6 +130,7 @@ struct CHAR : BigYAML
|
||||
struct IMetaAnim : BigYAML
|
||||
{
|
||||
Delete expl;
|
||||
virtual ~IMetaAnim() {}
|
||||
enum Type
|
||||
{
|
||||
MAPrimitive = 0,
|
||||
|
||||
2
hecl
2
hecl
Submodule hecl updated: fe3db394c6...a0f708ae89
Reference in New Issue
Block a user