Skip to content

Commit d29a1a8

Browse files
author
Jiang Yin
committed
Revert "发布模式关闭EnableStrictCheck"
This reverts commit 4599232.
1 parent d43cf46 commit d29a1a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Scripts/Runtime/Base/BaseComponent.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ protected override void Awake()
205205
Log.Info("During this run, Game Framework will use editor resource files, which you should validate first.");
206206
}
207207

208-
#if !DEVELOPMENT_BUILD
209-
ReferencePool.EnableStrictCheck = false;
210-
#endif
211-
212208
Application.targetFrameRate = m_FrameRate;
213209
Time.timeScale = m_GameSpeed;
214210
Application.runInBackground = m_RunInBackground;

0 commit comments

Comments
 (0)