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 (
|
import (
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|
||||||
"github.com/void6/lm"
|
"github.com/tfriedel6/lm"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Canvas represents an area on the viewport on which to draw
|
// Canvas represents an area on the viewport on which to draw
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package canvas
|
package canvas
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/void6/lm"
|
"github.com/tfriedel6/lm"
|
||||||
)
|
)
|
||||||
|
|
||||||
func pointIsRightOfLine(a, b, p lm.Vec2) bool {
|
func pointIsRightOfLine(a, b, p lm.Vec2) bool {
|
||||||
|
|
Loading…
Reference in a new issue