mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-08 13:15:01 +00:00
CAnimEventLoader: Default destructor
Allows the constructor to be considered trivial.
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
class CAnimEventLoader
|
||||
{
|
||||
TResPtr<CAnimEventData> mpEventData;
|
||||
EGame mGame;
|
||||
EGame mGame{};
|
||||
|
||||
CAnimEventLoader() {}
|
||||
CAnimEventLoader() = default;
|
||||
void LoadEvents(IInputStream& rEVNT);
|
||||
int32 LoadEventBase(IInputStream& rEVNT);
|
||||
void LoadLoopEvent(IInputStream& rEVNT);
|
||||
|
||||
Reference in New Issue
Block a user