Skip to content

Commit eb11cee

Browse files
committed
stuff
1 parent 0be1f80 commit eb11cee

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

patches/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ if (localProperties.exists()) {
2424
val (key, value) = it.split("=", limit = 2)
2525
project.extra[key.trim()] = value.trim()
2626
}
27-
}
27+
}
28+
29+
//yup

patches/src/main/kotlin/sticknodes/Fingerprints.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ val figureFiltersInitFingerprint = fingerprint {
1010
parameters()
1111
// The method we’re after has many `INVOKE_DIRECT` and `INVOKE_VIRTUAL`
1212
// calls for LabelInputIncrementField and LabelColorInputIncrementField
13+
// yes
1314
opcodes(
1415
Opcode.NEW_INSTANCE,
1516
Opcode.INVOKE_DIRECT,

patches/src/main/kotlin/sticknodes/customFilters.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ val AddCustomFilterSlot = bytecodePatch(
125125
}
126126

127127

128-
128+
//another comment
129129

130130

131131
//package com.HZ.CustomFilters

0 commit comments

Comments
 (0)