remove debug print from typewriter example
This commit is contained in:
parent
baaa39d463
commit
095d736276
|
@ -1,7 +1,6 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"image/color"
|
"image/color"
|
||||||
"math"
|
"math"
|
||||||
"math/rand"
|
"math/rand"
|
||||||
|
@ -150,7 +149,6 @@ func shake(tw *typewriter, intensity, friction float64) {
|
||||||
intensity -= friction * dt
|
intensity -= friction * dt
|
||||||
|
|
||||||
tw.Offset(off)
|
tw.Offset(off)
|
||||||
fmt.Println(off)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue