Skip to content

Commit

Permalink
We're using seconds now
Browse files Browse the repository at this point in the history
  • Loading branch information
RefuX committed Aug 31, 2024
1 parent 3c0ece2 commit ce6f6d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ internal class WorldTest {
}
w.system<WorldTestIteratingSystem>().enabled = false

w.update(1.milliseconds)
w.update(1.seconds)

assertEquals(1f, w.deltaTime)
assertEquals(1, w.system<WorldTestIntervalSystem>().numCalls)
Expand Down

0 comments on commit ce6f6d5

Please sign in to comment.