about summary refs log tree commit diff
path: root/draw/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw/draw.go')
-rw-r--r--draw/draw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/draw.go b/draw/draw.go
index 06d76e2..fbf8d9f 100644
--- a/draw/draw.go
+++ b/draw/draw.go
@@ -1,7 +1,7 @@
 package draw
 
 import (
-	"../structs"
+	"git.darknebu.la/GalaxySimulator/Source/structs"
 	"github.com/fogleman/gg"
 	"math"
 )