fix startup render

This commit is contained in:
Luke Meyers 2020-02-07 19:37:17 -08:00
parent 464ffa1ed1
commit 38c9c108d1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func run() {
w.Clear(colornames.Peachpuff) w.Clear(colornames.Peachpuff)
rs := gfx.RenderState{ rs := gfx.RenderState{
Animating: false, Animating: true,
Frames: 20, Frames: 20,
} }
sOld := s sOld := s