Skip to content

Commit bf75cf4

Browse files
committed
Reversed PreShutdown and Shutdown functions in BakeManager.h
1 parent e5e1305 commit bf75cf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Spore ModAPI/Spore/Editors/BakeManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ namespace Editors
6262
/* 00h */ virtual int AddRef();
6363
/* 04h */ virtual void Release();
6464
/* 08h */ virtual bool Init();
65-
/* 0Ch */ virtual void Shutdown();
66-
/* 10h */ virtual void PreShutdown();
65+
/* 0Ch */ virtual void PreShutdown();
66+
/* 10h */ virtual void Shutdown();
6767
/* 14h */ virtual void Update();
6868
/* 18h */ virtual bool IsBakingOrBaked(const ResourceKey& nameKey);
6969
/* 1Ch */ virtual bool IsBaked(const ResourceKey& nameKey, bool param);

0 commit comments

Comments
 (0)