Example builds now

Seg faults on running though
This commit is contained in:
Matt Williams
2009-03-30 13:09:23 +00:00
parent 1fb999966f
commit a4a8362dba
3 changed files with 4 additions and 7 deletions

View File

@ -169,7 +169,7 @@ namespace PolyVox
bool equal = true;
for(uint32 ct = 0; ct < Size; ++ct)
{
if(m_tElements[ct] != rhs(ct))
if(m_tElements[ct] != rhs.getElement(ct))
{
equal = false;
break;