forked from Mirrors/bubbletea
Set FPS in a more readable fashion (thanks @muesli!)
This commit is contained in:
parent
45f62bad33
commit
01032f0579
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultFramerate = time.Millisecond * 16
|
||||
defaultFramerate = time.Second / 60
|
||||
)
|
||||
|
||||
type renderer struct {
|
||||
|
|
Loading…
Reference in New Issue