mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
remove redundant array size spec
This commit is contained in:
parent
1b81fea8ef
commit
8716eb6cdf
@ -57,7 +57,7 @@ static CompilationFinishedHook()
|
||||
// IAssemblyResolver assemblyResolver = compilationExtension.GetAssemblyResolver(editor, file, null);
|
||||
// but Weaver creates it's own if null, which is this one:
|
||||
IAssemblyResolver assemblyResolver = new DefaultAssemblyResolver();
|
||||
if (Program.Process(unityEngineCoreModuleDLL, mirrorRuntimeDll, outputDirectory, new string[1] { assemblyPath }, GetExtraAssemblyPaths(assemblyPath), assemblyResolver, Debug.LogWarning, Debug.LogError))
|
||||
if (Program.Process(unityEngineCoreModuleDLL, mirrorRuntimeDll, outputDirectory, new string[] { assemblyPath }, GetExtraAssemblyPaths(assemblyPath), assemblyResolver, Debug.LogWarning, Debug.LogError))
|
||||
{
|
||||
Console.WriteLine("Weaving succeeded for: " + assemblyPath);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user