mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +00:00
subtler default out-of-range color in raycasting
This commit is contained in:
parent
1a6516196f
commit
e092690448
@ -805,7 +805,7 @@ array<float, 2> enc(int i, int a) {
|
|||||||
return res;
|
return res;
|
||||||
};
|
};
|
||||||
|
|
||||||
color_t color_out_of_range = 0xFF00080F;
|
color_t color_out_of_range = 0x0F0800FF;
|
||||||
|
|
||||||
EX void cast() {
|
EX void cast() {
|
||||||
enable_raycaster();
|
enable_raycaster();
|
||||||
|
Loading…
Reference in New Issue
Block a user