2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Win32 fix; enabled LTCG for MSVC Release builds

This commit is contained in:
Jack Andersen
2016-01-14 19:44:42 -10:00
parent 1f86c82165
commit 399a48ece3
3 changed files with 13 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ public:
{
m_state.read(r);
#ifdef URDE_BINARY_CONFIGS
m_child.reset(NewSpaceFromConfigStream(vm, this, r));
m_spaceTree.reset(NewSpaceFromConfigStream(vm, this, r));
#else
r.enterSubRecord("spaceTree");
m_spaceTree.reset(NewSpaceFromConfigStream(vm, this, r));