Skip to content

Commit 8dcfea9

Browse files
committed
Correct "original bytecode" comment
1 parent 359072d commit 8dcfea9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DSP_AssemblerUI/AssemblerSpeedUI/Patchers/UiAssemblerWindowPatch.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ public static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructio
149149

150150
//ldloc.s baseSpeedValue, label noLiveData
151151
//ldloc.0 //AssemblerComponent local var
152-
//ldfld int32[] AssemblerComponent::productCounts
153-
//ldloc.0 //AssemblerComponent local var
154-
//ldfld int32[] AssemblerComponent::requireCounts
152+
//ldfld RecipeExecuteData AssemblerComponent::recipeExecuteData
155153
//call update
156154
//<-- endInsert
157155
matcher.InsertAndAdvance(

0 commit comments

Comments
 (0)