mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Set FPS in a more readable fashion (thanks @muesli!)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultFramerate = time.Millisecond * 16
|
||||
defaultFramerate = time.Second / 60
|
||||
)
|
||||
|
||||
type renderer struct {
|
||||
|
||||
Reference in New Issue
Block a user