Set FPS in a more readable fashion (thanks @muesli!)

This commit is contained in:
Christian Rocha 2020-06-15 20:01:18 -04:00
parent 45f62bad33
commit 01032f0579
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
)
const (
defaultFramerate = time.Millisecond * 16
defaultFramerate = time.Second / 60
)
type renderer struct {