Skip to content

Commit

Permalink
nit enter
Browse files Browse the repository at this point in the history
  • Loading branch information
isadorasophia committed Nov 9, 2024
1 parent f5bf91d commit a6310fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Murder/Services/RenderServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,6 @@ public static bool TriggerEventsIfNeeded(Entity e, Guid currentAnimationGuid, An
// Quickly check if we even changed frames, if not, don't bother with events
if (frameInfo.InternalFrame != previousFrame)
{

Animation currentAnimation = frameInfo.Animation;

if (currentAnimation.Events == null || currentAnimation.Events.Count == 0)
Expand Down

0 comments on commit a6310fe

Please sign in to comment.