Skip to content

Commit

Permalink
Use AHashExt instead of HashMapExt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisCode committed Nov 11, 2020
1 parent c036a00 commit 73e4d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_text/src/font_atlas_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use bevy_math::Vec2;
use bevy_render::texture::Texture;
use bevy_sprite::TextureAtlas;
use bevy_type_registry::TypeUuid;
use bevy_utils::{HashMap, HashMapExt};
use bevy_utils::{AHashExt, HashMap};

type FontSizeKey = FloatOrd;

Expand Down

0 comments on commit 73e4d79

Please sign in to comment.