mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
ray:: fix a bug
This commit is contained in:
parent
1ac116909f
commit
244ba53b95
@ -1059,6 +1059,7 @@ color_t color_out_of_range = 0x0F0800FF;
|
||||
int gms_size;
|
||||
|
||||
EX void cast() {
|
||||
if(isize(cgi.raywall) > irays) reset_raycaster();
|
||||
enable_raycaster();
|
||||
|
||||
if(comparison_mode)
|
||||
|
Loading…
Reference in New Issue
Block a user