subtler default out-of-range color in raycasting

This commit is contained in:
Zeno Rogue 2019-12-06 14:14:27 +01:00
parent 1a6516196f
commit e092690448
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ array<float, 2> enc(int i, int a) {
return res;
};
color_t color_out_of_range = 0xFF00080F;
color_t color_out_of_range = 0x0F0800FF;
EX void cast() {
enable_raycaster();