Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hopskipnfall committed Sep 16, 2024
1 parent a0e7c64 commit 5cc0116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emulinker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ group = "org.emulinker"

description = "EmuLinker-K"

version = "0.12.0"
version = "0.13.0"

kotlin { jvmToolchain(17) }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,8 @@ class KailleraGameImpl(
// Does not make sense to allow lag leeway to be longer than the length of one frame.
lagLeewayNs = singleFrameDurationNs
}
totalDriftCache.update(totalDriftNs)
totalDriftCache.update(totalDriftNs, nowNs = nowNs)
lastFrameNs = nowNs
}

// it's very important this method is synchronized
Expand Down

0 comments on commit 5cc0116

Please sign in to comment.