diff --git a/samples/scroll/scroll.cpp b/samples/scroll/scroll.cpp index a24dc49351..0ad49f77bf 100644 --- a/samples/scroll/scroll.cpp +++ b/samples/scroll/scroll.cpp @@ -343,7 +343,7 @@ private: } - // Second cell: (0,200)(100,25) + // Second cell: (200,0)(100,25) // It it on screen? if ((200+100-scroll_x > 0) && (0+25-scroll_y > 0) && (200-scroll_x < size_x) && (0-scroll_y < size_y))