update to bevy 0.15 rc
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ impl Plugin for OxrActionAttachingPlugin {
|
||||
app.add_systems(
|
||||
PostUpdate,
|
||||
attach_sets
|
||||
.run_if(on_event::<XrSessionCreatedEvent>())
|
||||
.run_if(on_event::<XrSessionCreatedEvent>)
|
||||
.after(run_action_binding_sugestion),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user