changed library import path
This commit is contained in:
parent
d9d3099087
commit
47e34cc670
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ package canvas
|
|||
import (
|
||||
"unsafe"
|
||||
|
||||
"github.com/void6/lm"
|
||||
"github.com/tfriedel6/lm"
|
||||
)
|
||||
|
||||
// Canvas represents an area on the viewport on which to draw
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package canvas
|
||||
|
||||
import (
|
||||
"github.com/void6/lm"
|
||||
"github.com/tfriedel6/lm"
|
||||
)
|
||||
|
||||
func pointIsRightOfLine(a, b, p lm.Vec2) bool {
|
||||
|
|
Loading…
Reference in a new issue