changed library import path

This commit is contained in:
Thomas Friedel 2018-01-25 10:57:28 +01:00
parent d9d3099087
commit 47e34cc670
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 {