mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix setup of firstMouse and pmouseX/Y
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ public class PSound {
|
||||
|
||||
//int length;
|
||||
int position;
|
||||
int data[];
|
||||
int data[]; // 16 bit, from -32768 to +32767
|
||||
|
||||
|
||||
public PSound() { } // for 1.3 subclass
|
||||
|
||||
Reference in New Issue
Block a user