Commit 31ff531
committed
Fixes #472: Remove the use of System.Diagnostics.Debug.Assert
Direct use of `System.Diagnostics.Debug.Assert()` causes issue in
production environment. Use Unity version of [Debug.Assert()](https://docs.unity3d.com/ScriptReference/Debug.Assert.html)
instead.1 parent 0ccd84e commit 31ff531
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
991 | 991 | | |
992 | 992 | | |
993 | 993 | | |
994 | | - | |
| 994 | + | |
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
| |||
2311 | 2311 | | |
2312 | 2312 | | |
2313 | 2313 | | |
2314 | | - | |
| 2314 | + | |
2315 | 2315 | | |
2316 | 2316 | | |
2317 | 2317 | | |
| |||
0 commit comments