Skip to content

Commit

Permalink
transpiling
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoNeko committed Apr 30, 2020
1 parent 09fb14a commit 5d8d455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/HarmonyPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstruction> inst
}
if (index!=-1)
{
codes[index] = new CodeInstruction(OpCodes.Ldc_R4, 0.5f);
RoadsOfTheRim.DebugLog("Transpiler found 0.5 in AddPathEndPoint");
//codes[index] = new CodeInstruction(OpCodes.Ldc_R4, 0.5f);
RoadsOfTheRim.DebugLog("Transpiler found 0.5 in AddPathEndPoint: "+codes[index].ToString());
}
return codes.AsEnumerable();
}
Expand Down
Binary file modified v1.1/Assemblies/RoadsOfTheRim.dll
Binary file not shown.

0 comments on commit 5d8d455

Please sign in to comment.