1
0
forked from 0ad/0ad

Stupid bug in VertexArrayIterator template - forgot a return *this.

This was SVN commit r2854.
This commit is contained in:
prefect 2005-10-05 16:54:10 +00:00
parent f1ee2cd66d
commit 13697b8512

View File

@ -30,6 +30,7 @@ public:
{
m_Data = rhs.m_Data;
m_Stride = rhs.m_Stride;
return *this;
}
// Accessors