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