Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 03908bb

Browse files
Hotfix for bad preprocessor directive
1 parent d569d6e commit 03908bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/SO Architecture/Utility/SOArchitecture_Settings.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ private static SOArchitecture_Settings GetInstance()
2929
return CreateInstance();
3030

3131
return instance;
32+
#else
33+
return null;
3234
#endif
3335
}
3436
private static SOArchitecture_Settings FindInstanceInProject()

0 commit comments

Comments
 (0)