Skip to content

Commit aefb901

Browse files
committed
removed offsetY
1 parent fe4dbb3 commit aefb901

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/processing/android/PWallpaper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ public void onOffsetsChanged(float xOffset, float yOffset,
189189
float xStep, float yStep, int xPixels, int yPixels) {
190190
if (sketch != null) {
191191
sketch.displayOffset = xOffset;
192-
sketch.offsetY = yOffset;
193192
}
194193
}
195194

0 commit comments

Comments
 (0)