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

View File

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