mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
ray:: raycaster_state now based on cgi_string, not geometry
This commit is contained in:
parent
97ccc07be6
commit
c4e260341f
@ -242,14 +242,14 @@ tuple<
|
||||
#if CAP_VR
|
||||
int, vrhr::eEyes,
|
||||
#endif
|
||||
eGeometry
|
||||
string
|
||||
> raycaster_state() {
|
||||
return make_tuple(
|
||||
#if CAP_VR
|
||||
vrhr::state,
|
||||
vrhr::eyes,
|
||||
#endif
|
||||
geometry
|
||||
cgi_string()
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user