Skip to content

Commit d7e7c57

Browse files
committed
Remove pointer method
1 parent 5a84222 commit d7e7c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

particle/particle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ type GeometricPositioner struct {
388388
DistanceRem int
389389
}
390390

391-
func (p *GeometricPositioner) Vec2(count int, A glm.Vec2) glm.Vec2 {
391+
func (p GeometricPositioner) Vec2(count int, A glm.Vec2) glm.Vec2 {
392392
theta := 2 * math.Pi * float64(count) * p.Offset
393393

394394
// w := p.Scale.Y - p.Scale.X

0 commit comments

Comments
 (0)