mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
loop: Remove unneeded member variables
This commit is contained in:
parent
95a061df7f
commit
b1d12f08f8
@ -33,10 +33,8 @@ func CurrentFPS() float64 {
|
||||
|
||||
type runContext struct {
|
||||
currentFPS float64
|
||||
runningSlowly bool
|
||||
framesForFPS int64
|
||||
lastFPSUpdated int64
|
||||
ping func()
|
||||
m sync.RWMutex
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user