Skip to content

Commit

Permalink
Fix 2d example
Browse files Browse the repository at this point in the history
  • Loading branch information
blaind committed Oct 24, 2022
1 parent 8876736 commit 71ba7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/2d_text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn main() {
struct AnimateRotation;

fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
let font = asset_server.load("fonts/FiraMono-Medium.ttf#mesh");
let font = asset_server.load("fonts/FiraMono-Medium.ttf");
let text_style = TextStyle {
font,
font_size: 60.0,
Expand Down

0 comments on commit 71ba7d7

Please sign in to comment.