Skip to content

Commit

Permalink
fix: Insert AssetMetaCheck to ignore meta files check
Browse files Browse the repository at this point in the history
  • Loading branch information
PraxTube committed Dec 13, 2023
1 parent dbf5d9f commit cc7a050
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mod world;

pub use assets::GameAssets;

use bevy::asset::AssetMetaCheck;
use bevy::prelude::*;
use bevy::window::{PresentMode, Window, WindowMode};

Expand All @@ -34,6 +35,7 @@ pub enum GameState {

fn main() {
App::new()
.insert_resource(AssetMetaCheck::Never)
.add_plugins((
DefaultPlugins
.set(WindowPlugin {
Expand Down

0 comments on commit cc7a050

Please sign in to comment.