some tweaks, switching to windows for the weekend

This commit is contained in:
2016-09-03 17:46:48 -07:00
parent cf607382a9
commit 9c99f9edd0
3 changed files with 23 additions and 21 deletions

View File

@@ -149,7 +149,7 @@ sf::Color Ray::Cast() {
dist++;
} while (dist < 200);
} while (dist < 600);
// Ray timeout color
return sf::Color::Cyan;