made strings cows
This commit is contained in:
@@ -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"),
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user