Skip to content

Commit

Permalink
CleanUp
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Sep 30, 2023
1 parent 3205884 commit 0eb4154
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ public override void Update(float frameTime)
if (near == parentUid)
continue;

// TODO: Probably move this to storage somewhere when it gets cleaned up
// TODO: This sucks but you need to fix a lot of stuff to make it better
// the problem is that stack pickups delete the original entity, which is fine, but due to
// game state handling we can't show a lerp animation for it.
var nearXform = Transform(near);

if (!_storage.TryInsertMaterialEntity(uid, near, uid, storage))
continue;
}
Expand Down

0 comments on commit 0eb4154

Please sign in to comment.