mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-17 20:13:41 +00:00
CAnimEventLoader: Default destructor
Allows the constructor to be considered trivial.
This commit is contained in:
parent
114742fc37
commit
ecbd3eb83d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user