summaryrefslogtreecommitdiff
path: root/gfx/aabb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/aabb.h')
-rw-r--r--gfx/aabb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/aabb.h b/gfx/aabb.h
index a661f66..ce15a0f 100644
--- a/gfx/aabb.h
+++ b/gfx/aabb.h
@@ -37,5 +37,5 @@ public:
}));
}
- V min, max;
+ V min {}, max {};
};