mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove debug information, oops
This commit is contained in:
@@ -1194,7 +1194,7 @@ public class PApplet implements PConstants {
|
||||
*
|
||||
*/
|
||||
public void pixelDensity(int density) {
|
||||
println(density + " " + this.pixelDensity);
|
||||
//println(density + " " + this.pixelDensity);
|
||||
if (density != this.pixelDensity) {
|
||||
if (insideSettings("pixelDensity", density)) {
|
||||
if (density != 1 && density != 2) {
|
||||
|
||||
Reference in New Issue
Block a user