From ff0b5bea4e41018629d6dc1da7788ccdebf03116 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Thu, 5 Dec 2013 13:36:05 -0700 Subject: [PATCH] fixed import issue --- botserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botserv.go b/botserv.go index 55e46f8..5a7d8d2 100644 --- a/botserv.go +++ b/botserv.go @@ -122,7 +122,7 @@ type OtherRobot struct { } type Obstacle struct { - Bounds govector.Rect2d `json:"bounds"` + Bounds govector.AABB2d `json:"bounds"` } type BotHealth struct {