summaryrefslogtreecommitdiffstats
path: root/src/box3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/box3d.h')
-rw-r--r--src/box3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d.h b/src/box3d.h
index 332848103..982596d8f 100644
--- a/src/box3d.h
+++ b/src/box3d.h
@@ -34,7 +34,7 @@
struct SP3DBox : public SPGroup {
- Box3DFace faces[6];
+ Box3DFace *faces[6];
};
struct SP3DBoxClass {