Skip to content

Commit 6bee773

Browse files
author
Pim De Witte
committed
quick styling fix
1 parent b2aee2d commit 6bee773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityMainThreadDispatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void Awake() {
6767
_instance = this;
6868
DontDestroyOnLoad(this.gameObject);
6969
} else {
70-
Destroy (this.gameObject);
70+
Destroy (this.gameObject);
7171
}
7272
}
7373

0 commit comments

Comments
 (0)