소스 검색

Fix ARVRAnchor and ARVRController error spam

(cherry picked from commit 3de3f87657be62965602c83e670c5b589cdfee3c)
qarmin 6 년 전
부모
커밋
1f5f2d3ce8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      scene/3d/arvr_nodes.cpp

+ 2 - 2
scene/3d/arvr_nodes.cpp

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