forgot one

This commit is contained in:
gered 2011-06-07 11:49:40 -04:00
parent 8378b0700c
commit 96429ef2ed

View file

@ -39,7 +39,7 @@ struct Md2Polygon
}; };
// For each keyframe, stores the vertices, normals, and the string name // For each keyframe, stores the vertices, normals, and the string name
typedef struct Md2Frame struct Md2Frame
{ {
std::string name; std::string name;
Vector3 *vertices; Vector3 *vertices;