Skip to content

Commit

Permalink
whoops a little logic error
Browse files Browse the repository at this point in the history
Promises committed Jan 27, 2025
1 parent 49d80b2 commit 16a1472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/world/actor/tick-queue.ts
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ export class TickQueue {

if (currentRemaining > 0) {
remainingTicks = currentRemaining;
startTick = currentTask.startTick;
startTick = ticks;
}

currentTask.reject('Task replaced');

0 comments on commit 16a1472

Please sign in to comment.