some tweaks, switching to windows for the weekend
This commit is contained in:
@@ -149,7 +149,7 @@ sf::Color Ray::Cast() {
|
||||
dist++;
|
||||
|
||||
|
||||
} while (dist < 200);
|
||||
} while (dist < 600);
|
||||
|
||||
// Ray timeout color
|
||||
return sf::Color::Cyan;
|
||||
|
||||
Reference in New Issue
Block a user