mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +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;
|
int gms_size;
|
||||||
|
|
||||||
EX void cast() {
|
EX void cast() {
|
||||||
|
if(isize(cgi.raywall) > irays) reset_raycaster();
|
||||||
enable_raycaster();
|
enable_raycaster();
|
||||||
|
|
||||||
if(comparison_mode)
|
if(comparison_mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user