Update.
[universe.git] / retina.cc
index db0f543..4e591b1 100644 (file)
--- 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);