Skip to content

Commit

Permalink
print line about hot reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Sep 7, 2023
1 parent 1e0281d commit 6f82ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/asset/processing/processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,6 @@ fn print_text(handles: Res<TextAssets>, texts: Res<Assets<Text>>) {
println!(" b: {:?}", texts.get(&handles.b));
println!(" c: {:?}", texts.get(&handles.c));
println!(" d: {:?}", texts.get(&handles.d));
println!("(You can modify source assets and their .meta files to hot-reload changes!)");
println!();
}

0 comments on commit 6f82ef8

Please sign in to comment.