Skip to content

Commit 511278f

Browse files
committed
made wearLowBit and wearBurnIn public
1 parent 2431854 commit 511278f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/processing/core/PApplet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2415,12 +2415,12 @@ public Rect wearInsets() {
24152415
}
24162416

24172417

2418-
boolean wearLowBit() {
2418+
public boolean wearLowBit() {
24192419
return surface.getEngine().useLowBitAmbient();
24202420
}
24212421

24222422

2423-
boolean wearBurnIn() {
2423+
public boolean wearBurnIn() {
24242424
return surface.getEngine().requireBurnInProtection();
24252425
}
24262426

0 commit comments

Comments
 (0)