Skip to content

Commit

Permalink
Make XR_FB_hand_tracking_aim project setting basic (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
devloglogan authored Mar 8, 2024
1 parent 0996731 commit 067e700
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ void OpenXRFbHandTrackingAimExtensionWrapper::add_project_setting() {
}

ProjectSettings::get_singleton()->set_initial_value(p_name, false);
ProjectSettings::get_singleton()->set_as_basic(p_name, true);
Dictionary property_info;
property_info["name"] = p_name;
property_info["type"] = Variant::Type::BOOL;
Expand Down

0 comments on commit 067e700

Please sign in to comment.