Skip to content

Commit

Permalink
Fix more test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Jan 14, 2025
1 parent 943982d commit 99423d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ protected void SetMoveInput(Entity<InputMoverComponent> entity, MoveButtons butt
entity.Comp.HeldMoveButtons = buttons;
RaiseLocalEvent(entity, ref moveEvent);
Dirty(entity, entity.Comp);

var ev = new SpriteMoveEvent(entity.Comp.HeldMoveButtons != MoveButtons.None);
RaiseLocalEvent(entity, ref ev);
}

private void OnMoverHandleState(Entity<InputMoverComponent> entity, ref ComponentHandleState args)
Expand Down
1 change: 0 additions & 1 deletion Resources/Maps/Shuttles/emergency_meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down

0 comments on commit 99423d8

Please sign in to comment.