mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-07 21:55:58 +00:00
CAnimSetLoader: Default constructor
This commit is contained in:
parent
6a97a13e1e
commit
11f156352a
@ -3,9 +3,7 @@
|
||||
#include "Core/GameProject/CResourceStore.h"
|
||||
#include <Common/Log.h>
|
||||
|
||||
CAnimSetLoader::CAnimSetLoader()
|
||||
{
|
||||
}
|
||||
CAnimSetLoader::CAnimSetLoader() = default;
|
||||
|
||||
CAnimSet* CAnimSetLoader::LoadCorruptionCHAR(IInputStream& rCHAR)
|
||||
{
|
||||
|
@ -8,7 +8,7 @@
|
||||
class CAnimSetLoader
|
||||
{
|
||||
TResPtr<CAnimSet> pSet;
|
||||
EGame mGame;
|
||||
EGame mGame{};
|
||||
|
||||
CAnimSetLoader();
|
||||
CAnimSet* LoadCorruptionCHAR(IInputStream& rCHAR);
|
||||
|
Loading…
x
Reference in New Issue
Block a user