mirror of
https://github.com/processing/processing4.git
synced 2026-04-19 02:39:23 +02:00
add fall-through cases for compiler warning
This commit is contained in:
@@ -885,6 +885,8 @@ public class PSurfaceFX implements PSurface {
|
||||
button = PConstants.CENTER;
|
||||
break;
|
||||
case NONE:
|
||||
case BACK:
|
||||
case FORWARD:
|
||||
// not currently handled
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user