Skip to content

Commit

Permalink
Investigating
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoNeko committed Apr 29, 2020
1 parent a91d0a0 commit 80cfa93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Source/HarmonyPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,15 @@ static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstruction> inst
return codes.AsEnumerable();
}
}

[HarmonyPatch(typeof(WorldRenderer), "DrawWorldLayers")]
public static class Patch_WorldRenderer_DrawWorldLayers
{
[HarmonyPostfix]
public static void Postfix(WorldRenderer __instance)
{
RoadsOfTheRim.DebugLog("ROTR DEBUG - WorldRenderer.");
}
}

}
Binary file modified v1.1/Assemblies/RoadsOfTheRim.dll
Binary file not shown.

0 comments on commit 80cfa93

Please sign in to comment.