Skip to content

Commit 5d67bfd

Browse files
committed
use the constant
1 parent 06453b8 commit 5d67bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/core/PImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ public void resize(int w, int h,int interpolationMode) { // ignore
527527
* @see PImage#get(int, int, int, int)
528528
*/
529529
public void resize(int w, int h) { // ignore
530-
resize(w, h, 1);
530+
resize(w, h, PConstants.BILINEAR);
531531
}
532532

533533

0 commit comments

Comments
 (0)