mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-23 00:07:15 +08:00
all: fix typos (#2864)
This commit is contained in:
@@ -32,7 +32,7 @@ var (
|
||||
lastNow int64
|
||||
|
||||
// lastSystemTime is the last system time in the previous UpdateFrame.
|
||||
// lastSystemTime indicates the logical time in the game, so this can be bigger than the curren time.
|
||||
// lastSystemTime indicates the logical time in the game, so this can be bigger than the current time.
|
||||
lastSystemTime int64
|
||||
|
||||
actualFPS float64
|
||||
|
||||
Reference in New Issue
Block a user