aboutsummaryrefslogtreecommitdiff
path: root/src/geometry/shape.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry/shape.rs')
-rw-r--r--src/geometry/shape.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/shape.rs b/src/geometry/shape.rs
index 5c96f68..66840a0 100644
--- a/src/geometry/shape.rs
+++ b/src/geometry/shape.rs
@@ -18,7 +18,7 @@ use {
/// Enum representing the type of a shape.
pub enum ShapeType {
/// A ball shape.
- Ball = 1,
+ Ball = 0,
/// A convex polygon shape.
Polygon,
/// A cuboid shape.