Skip to content

Commit

Permalink
Hotfix for bad preprocessor directive
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEverland committed Nov 15, 2019
1 parent d569d6e commit 03908bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/SO Architecture/Utility/SOArchitecture_Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ private static SOArchitecture_Settings GetInstance()
return CreateInstance();

return instance;
#else
return null;
#endif
}
private static SOArchitecture_Settings FindInstanceInProject()
Expand Down

0 comments on commit 03908bb

Please sign in to comment.