Skip to content

Commit

Permalink
fix: register sampler type
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Oct 2, 2024
1 parent 803064f commit 4ff3e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_zeroverse"
description = "bevy zeroverse synthetic dataset generator"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["mosure <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ pub fn create_app(
enabled: false,
..Default::default()
});
app.register_type::<SamplerState>();

app.add_systems(PreUpdate, sample_stream);

Expand Down

0 comments on commit 4ff3e98

Please sign in to comment.