Skip to content

Commit

Permalink
Mandelbrot: Work around #12821.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Jun 18, 2016
1 parent ee9b101 commit 8981510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/mandelbrot/Mandelbrot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void FractalView::MouseDown(BPoint where)
{
fSelecting = true;
fSelectStart = where;
GetMouse(NULL, &fMouseButtons);
GetMouse(&where, &fMouseButtons);
}


Expand Down

0 comments on commit 8981510

Please sign in to comment.