aboutsummaryrefslogtreecommitdiffstats
path: root/game.go
diff options
context:
space:
mode:
Diffstat (limited to 'game.go')
-rw-r--r--game.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.go b/game.go
index a4ecfad..cd68378 100644
--- a/game.go
+++ b/game.go
@@ -665,7 +665,7 @@ func (g *Game) Run() {
//
// TODO: Implement diffing and only redraw when needed
go func() {
- c := time.Tick(time.Second / 10)
+ c := time.Tick(time.Second / 15)
for range c {
g.Redraw <- struct{}{}
}
Un proyecto texto-plano.xyz