fixed import issue

This commit is contained in:
Stephen McQuay 2013-12-05 13:36:05 -07:00
parent e1bed61a00
commit ff0b5bea4e
1 changed files with 1 additions and 1 deletions

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 {