Skip to content

Commit

Permalink
Bugfix/hexd ordering (#26)
Browse files Browse the repository at this point in the history
* Revered the mod loader order after HEXT so it fixes the texture load order

Co-authored-by: Martin Barker <[email protected]>
  • Loading branch information
barkermn01 and Martin Barker authored Jul 1, 2021
1 parent 53e368b commit e91c0f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 7thWrapperLib/Wrap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ public void Run(RemoteHooking.IContext context, RuntimeParams parms) {
}
}
}
}
}
profile.Mods.Reverse();
} catch (Exception e) {
DebugLogger.WriteLine(e.ToString());
return;
Expand Down

0 comments on commit e91c0f4

Please sign in to comment.