Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Oct 27, 2024
1 parent b9596c2 commit e260d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/beet_examples/examples/render_texture.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use beet_examples::prelude::*;
use beet_flow::prelude::*;
use bevy::prelude::*;
// use bevy::render::view::RenderLayers;


fn main() {
Expand Down
2 changes: 1 addition & 1 deletion crates/beet_examples/src/emote_agent/scenes/barbarian.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn spawn_barbarian(mut commands: Commands) {
AssetLoadBlockAppReady,
graph,
AnimationTransitions::default(),
// RenderLayers::layer(RENDER_TEXTURE_LAYER),
RenderLayers::layer(RENDER_TEXTURE_LAYER),
))
.with_children(|parent| {
let agent = parent.parent_entity();
Expand Down

0 comments on commit e260d2e

Please sign in to comment.