fixed import issue

This commit is contained in:
sm
2013-12-05 13:36:05 -07:00
parent e1bed61a00
commit ff0b5bea4e
+1 -1
View File
@@ -122,7 +122,7 @@ type OtherRobot struct {
}
type Obstacle struct {
Bounds govector.Rect2d `json:"bounds"`
Bounds govector.AABB2d `json:"bounds"`
}
type BotHealth struct {