We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563aa40 commit 8b1fecdCopy full SHA for 8b1fecd
1 file changed
content/examples/Basics/Math/Map/Map.pde
@@ -6,8 +6,8 @@
6
* that you are working on. Say you want to map mouse movement
7
* to the size or color (as seen above) of an object.
8
* In this example, we are taking the mouse’s x position (which can
9
-* be between 0 and the width, 700) and we are scaling that to another
10
-* range (40 to 440 for size, and 0 to 175 for color).
+* be between 0 and the width, 640) and we are scaling that to another
+* range (40 to 300 for size, and 0 to 175 for color).
11
*
12
*/
13
void setup() {
0 commit comments