mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
forgot to save
This commit is contained in:
parent
9d812051a6
commit
71d19aaff3
@ -79,7 +79,7 @@ public override ILPostProcessResult Process(ICompiledAssembly compiledAssembly)
|
||||
// NullReferenceException in WeaverTypes.ctor
|
||||
// when Resolve() is called on the first Mirror type.
|
||||
// need to add the AssemblyDefinition itself to use.
|
||||
asmResolver.AddAssemblyDefinitionForCompiledAssembly(asmDef);
|
||||
asmResolver.SetAssemblyDefinitionForCompiledAssembly(asmDef);
|
||||
|
||||
// weave this assembly.
|
||||
Weaver weaver = new Weaver(Log);
|
||||
|
Loading…
Reference in New Issue
Block a user