Removed local imports
This commit is contained in:
parent
c986401ee8
commit
28ed959ef7
|
@ -3,8 +3,6 @@ package pixel
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"math"
|
"math"
|
||||||
|
|
||||||
"github.com/scottwinkler/pixel"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Clamp returns x clamped to the interval [min, max].
|
// Clamp returns x clamped to the interval [min, max].
|
||||||
|
|
Loading…
Reference in New Issue