Skip to content

Commit 8b1fecd

Browse files
committed
Update Map.pde
1 parent 563aa40 commit 8b1fecd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/examples/Basics/Math/Map

content/examples/Basics/Math/Map/Map.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* that you are working on. Say you want to map mouse movement
77
* to the size or color (as seen above) of an object.
88
* 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).
9+
* be between 0 and the width, 640) and we are scaling that to another
10+
* range (40 to 300 for size, and 0 to 175 for color).
1111
*
1212
*/
1313
void setup() {

0 commit comments

Comments
 (0)