Skip to content

Commit

Permalink
remove commented code after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
thombruce committed Nov 13, 2023
1 parent c40b254 commit 7cf2bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use bevy::asset::{LoadState, LoadedFolder};
use bevy::prelude::*;
use bevy_fluent::prelude::*;
use bevy_fluent::LocalizationBuilder; // AssetServerExt,
use bevy_fluent::LocalizationBuilder;

use crate::systems::states::GameState;

Expand Down

0 comments on commit 7cf2bfd

Please sign in to comment.