You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Rework XR positional trackers
This commit is contained in:
@@ -495,9 +495,6 @@ void RendererViewport::draw_viewports() {
|
||||
|
||||
if (XRServer::get_singleton() != nullptr) {
|
||||
xr_interface = XRServer::get_singleton()->get_primary_interface();
|
||||
|
||||
// process all our active interfaces
|
||||
XRServer::get_singleton()->_process();
|
||||
}
|
||||
|
||||
if (Engine::get_singleton()->is_editor_hint()) {
|
||||
|
||||
Reference in New Issue
Block a user