We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e1305 commit bf75cf4Copy full SHA for bf75cf4
1 file changed
Spore ModAPI/Spore/Editors/BakeManager.h
@@ -62,8 +62,8 @@ namespace Editors
62
/* 00h */ virtual int AddRef();
63
/* 04h */ virtual void Release();
64
/* 08h */ virtual bool Init();
65
- /* 0Ch */ virtual void Shutdown();
66
- /* 10h */ virtual void PreShutdown();
+ /* 0Ch */ virtual void PreShutdown();
+ /* 10h */ virtual void Shutdown();
67
/* 14h */ virtual void Update();
68
/* 18h */ virtual bool IsBakingOrBaked(const ResourceKey& nameKey);
69
/* 1Ch */ virtual bool IsBaked(const ResourceKey& nameKey, bool param);
0 commit comments