summaryrefslogtreecommitdiffhomepage
path: root/Opcode/OPC_TreeBuilders.h
diff options
context:
space:
mode:
Diffstat (limited to 'Opcode/OPC_TreeBuilders.h')
-rw-r--r--Opcode/OPC_TreeBuilders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Opcode/OPC_TreeBuilders.h b/Opcode/OPC_TreeBuilders.h
index 32486aa..bfff16a 100644
--- a/Opcode/OPC_TreeBuilders.h
+++ b/Opcode/OPC_TreeBuilders.h
@@ -138,7 +138,7 @@
override(AABBTreeBuilder) float GetSplittingValue(udword index, udword axis) const;
override(AABBTreeBuilder) float GetSplittingValue(const udword* primitives, udword nb_prims, const AABB& global_box, udword axis) const;
- const Point* mVertexArray; //!< Shortcut to an app-controlled array of vertices.
+ const IcePoint* mVertexArray; //!< Shortcut to an app-controlled array of vertices.
};
class OPCODE_API AABBTreeOfAABBsBuilder : public AABBTreeBuilder