mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00
Fix ARVRAnchor and ARVRController error spam
(cherry picked from commit 3de3f87657
)
This commit is contained in:
@@ -376,7 +376,7 @@ String ARVRController::get_configuration_warning() const {
|
||||
};
|
||||
|
||||
ARVRController::ARVRController() {
|
||||
controller_id = 0;
|
||||
controller_id = 1;
|
||||
is_active = true;
|
||||
button_states = 0;
|
||||
};
|
||||
@@ -502,7 +502,7 @@ Plane ARVRAnchor::get_plane() const {
|
||||
};
|
||||
|
||||
ARVRAnchor::ARVRAnchor() {
|
||||
anchor_id = 0;
|
||||
anchor_id = 1;
|
||||
is_active = true;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user