X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=retina.cc;h=4e591b1949319f2ac61753b65a2ff726a74d37ea;hb=4754eda0991874c388d8a93517d579ed447d81e9;hp=db0f5435aa16cef330bec7d9468c0e4101864c72;hpb=3caf13085a6ae1ae41d6f489c8b69206b0ffa48d;p=universe.git diff --git a/retina.cc b/retina.cc index db0f543..4e591b1 100644 --- a/retina.cc +++ b/retina.cc @@ -271,7 +271,7 @@ void Retina::update_map() { } void Retina::draw_on_universe(SimpleWindow *window) { - window->color(1.0, 1.0, 1.0); + window->color(0.25, 0.25, 0.25); int xc = int(_eye_x), yc = int(_eye_y); window->draw_line(xc - _width/2, yc - _height/2, xc + _width/2, yc - _height/2); window->draw_line(xc + _width/2, yc - _height/2, xc + _width/2, yc + _height/2);