Reduce frame rate to 30 fps

This commit is contained in:
Maas Lalani 2021-11-05 00:08:48 -04:00
parent d89ba24246
commit 654be31c1b
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import (
) )
const ( const (
framesPerSecond = 60.0 framesPerSecond = 30.0
numParticles = 75 numParticles = 75
) )

View File

@ -13,7 +13,7 @@ import (
) )
const ( const (
framesPerSecond = 60.0 framesPerSecond = 30.0
numParticles = 50 numParticles = 50
) )