Fixed everything that's wrong with Mirror (#3059)

This commit is contained in:
tuf 2022-01-19 22:07:52 +03:00 committed by GitHub
parent fe8893dd3a
commit 171d3543be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ public static class CompilationFinishedHook
// delete for subscription to Weaver error messages
public static Action<string> OnWeaverError;
// controls weather Weaver errors are reported direct to the Unity console (tests enable this)
// controls whether Weaver errors are reported direct to the Unity console (tests enable this)
public static bool UnityLogEnabled = true;
[InitializeOnLoadMethod]