Fix ARVRAnchor and ARVRController error spam

This commit is contained in:
qarmin 2019-06-06 14:33:04 +02:00
parent 197b65f32a
commit 3de3f87657
1 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ String ARVRController::get_configuration_warning() const {
}; };
ARVRController::ARVRController() { ARVRController::ARVRController() {
controller_id = 0; controller_id = 1;
is_active = true; is_active = true;
button_states = 0; button_states = 0;
}; };
@ -530,7 +530,7 @@ Ref<Mesh> ARVRAnchor::get_mesh() const {
} }
ARVRAnchor::ARVRAnchor() { ARVRAnchor::ARVRAnchor() {
anchor_id = 0; anchor_id = 1;
is_active = true; is_active = true;
}; };