Merge pull request #29543 from qarmin/fix_arvr_error_spam

Fix ARVRAnchor and ARVRController error spam
This commit is contained in:
Rémi Verschelde 2019-06-11 15:58:04 +02:00 committed by GitHub
commit 0d5b2dba91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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