diff --git a/WFObj.h b/WFObj.h index 1f7e3cb..b11c1c3 100644 --- a/WFObj.h +++ b/WFObj.h @@ -92,9 +92,9 @@ protected: { public: VertexRef() : vertex(0), texture(0), normal(0) {} - int vertex; - int texture; - int normal; + size_t vertex; + size_t texture; + size_t normal; bool operator<(const VertexRef & other) const; };