diff options
Diffstat (limited to 'test/Moretest/graph_example.ml')
-rw-r--r-- | test/Moretest/graph_example.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Moretest/graph_example.ml b/test/Moretest/graph_example.ml index dfb923f7b..9ddf971b6 100644 --- a/test/Moretest/graph_example.ml +++ b/test/Moretest/graph_example.ml @@ -27,7 +27,7 @@ let point x y = else if dg > db then set_color (rgb (255*dr/dg) 255 (255*db/dg)) else set_color (rgb (255*dr/db) (255*dg/db) 255); fill_rect x y 2 2; -;; +;; for y = (size_y () - 1) / 2 downto 0 do for x = 0 to (size_x () - 1) / 2 do |