summaryrefslogtreecommitdiff
path: root/game/geoData.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/geoData.h')
-rw-r--r--game/geoData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/geoData.h b/game/geoData.h
index a504f9b..0ff0c42 100644
--- a/game/geoData.h
+++ b/game/geoData.h
@@ -81,5 +81,5 @@ protected:
virtual void afterChange();
private:
- AxisAlignedBoundingBox extents;
+ AxisAlignedBoundingBox<GlobalDistance> extents;
};