made strings cows

This commit is contained in:
Jay Christy
2024-05-16 09:55:49 -04:00
parent 77f5081219
commit db975b06f0

View File

@@ -84,7 +84,7 @@ fn bind_actions(instance: Res<OxrInstance>, mut actions: EventReader<OxrSuggestA
), ),
openxr::sys::Result::ERROR_PATH_INVALID => error!("Invalid Path Suggested!"), openxr::sys::Result::ERROR_PATH_INVALID => error!("Invalid Path Suggested!"),
openxr::sys::Result::ERROR_PATH_UNSUPPORTED => error!("Suggested Path Unsupported!"), openxr::sys::Result::ERROR_PATH_UNSUPPORTED => error!("Suggested Path Unsupported!"),
openxr::sys::Result::SUCCESS => info!("suggested binding success"), openxr::sys::Result::SUCCESS => info!("Suggested binding success"),
_ => {} _ => {}
} }
} }