Skip to content

Commit

Permalink
Doc update for NewSequence
Browse files Browse the repository at this point in the history
  • Loading branch information
200sc committed Mar 19, 2019
1 parent fd9592f commit 5622f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render/sequence.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Sequence struct {
}

// NewSequence returns a new sequence from the input modifiables, playing at
// fps rate
// the given fps rate.
func NewSequence(fps float64, mods ...Modifiable) *Sequence {
return &Sequence{
LayeredPoint: NewLayeredPoint(0, 0, 0),
Expand Down

0 comments on commit 5622f7a

Please sign in to comment.