Skip to content

Commit

Permalink
model import refactor wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nem0 committed Dec 1, 2024
1 parent ba71bf3 commit 351caf1
Show file tree
Hide file tree
Showing 14 changed files with 2,086 additions and 1,977 deletions.
4 changes: 2 additions & 2 deletions src/animation/animation_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ struct AnimationModuleImpl final : AnimationModule {
}


void updateAnimable(Animable& animable, float time_delta) const
{
void updateAnimable(Animable& animable, float time_delta) const {
PROFILE_FUNCTION();
if (!animable.animation || !animable.animation->isReady()) return;
EntityRef entity = animable.entity;
if (!m_world.hasComponent(entity, MODEL_INSTANCE_TYPE)) return;
Expand Down
Loading

0 comments on commit 351caf1

Please sign in to comment.