mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
raycaster reset on hybrid::configure
This commit is contained in:
parent
2760e5aaf0
commit
3f18d91643
@ -941,6 +941,7 @@ EX namespace hybrid {
|
||||
|
||||
EX void configure(eGeometry g) {
|
||||
if(WDIM == 3) return;
|
||||
ray::reset_raycaster();
|
||||
check_cgi();
|
||||
cgi.require_basics();
|
||||
underlying = geometry;
|
||||
|
Loading…
Reference in New Issue
Block a user