Skip to content

Commit 79fc0f4

Browse files
committed
renamed wearBurnProtection as wearBurnIn, #347
1 parent 7b8e6f6 commit 79fc0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/core/PApplet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ boolean wearLowBit() {
23732373
}
23742374

23752375

2376-
boolean wearBurnProtection() {
2376+
boolean wearBurnIn() {
23772377
return surface.getEngine().requireBurnInProtection();
23782378
}
23792379

0 commit comments

Comments
 (0)