Skip to content

Commit

Permalink
added constructor for animation tracks data resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Nov 10, 2024
1 parent 8a30d1d commit feb656d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fyrox-impl/src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ use crate::{
window::{Window, WindowBuilder},
};
use fxhash::{FxHashMap, FxHashSet};
use fyrox_animation::AnimationTracksData;
use fyrox_sound::{
buffer::{loader::SoundBufferLoader, SoundBuffer},
renderer::hrtf::{HrirSphereLoader, HrirSphereResourceData},
Expand Down Expand Up @@ -1210,6 +1211,7 @@ pub(crate) fn initialize_resource_manager_loaders(
state.constructors_container.add::<SurfaceData>();
state.constructors_container.add::<TileSet>();
state.constructors_container.add::<TileMapBrush>();
state.constructors_container.add::<AnimationTracksData>();

let loaders = &mut state.loaders;
loaders.set(model_loader);
Expand Down

0 comments on commit feb656d

Please sign in to comment.