We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aee2d commit 6bee773Copy full SHA for 6bee773
UnityMainThreadDispatcher.cs
@@ -67,7 +67,7 @@ void Awake() {
67
_instance = this;
68
DontDestroyOnLoad(this.gameObject);
69
} else {
70
- Destroy (this.gameObject);
+ Destroy (this.gameObject);
71
}
72
73
0 commit comments