Skip to content

Commit

Permalink
fixed stretch nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
kianzarrin committed Dec 15, 2022
1 parent c3e1611 commit ed4220a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static void PatchCheckFlags(List<CodeInstruction> codes, int occurance, M
int insertIndex1 = index + 1; // at this point boloean is in stack

CodeInstruction LDArg_NodeID = GetLDArg(method, "nodeID"); // push nodeID into stack
CodeInstruction LDLoc_segmentID = BuildSegnentLDLocFromPrevSTLoc(codes, index, counter: 1); // push segmentID into stack
CodeInstruction LDLoc_segmentID = BuildSegnentLDLocFromPrevSTLoc(codes, index, counter: 2); // push segmentID into stack

{ // Insert material = CalculateMaterial(material, nodeID, segmentID)
var newInstructions = new[] {
Expand Down

0 comments on commit ed4220a

Please sign in to comment.