ray:: raycaster_state now based on cgi_string, not geometry

This commit is contained in:
Zeno Rogue 2021-04-07 02:33:08 +02:00
parent 97ccc07be6
commit c4e260341f
1 changed files with 2 additions and 2 deletions

View File

@ -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()
);
}