Fix PolyVox library versioning

There's no need to link PolyVox against 'nothing'
This commit is contained in:
Matt Williams
2008-05-25 20:56:35 +00:00
parent db9287303c
commit 29d1cd8ad1
2 changed files with 8 additions and 3 deletions

View File

@ -63,4 +63,4 @@ namespace PolyVox
m_v3dUpperCorner.setY((std::min)(m_v3dUpperCorner.y(), other.m_v3dUpperCorner.y()));
m_v3dUpperCorner.setZ((std::min)(m_v3dUpperCorner.z(), other.m_v3dUpperCorner.z()));
}
}
}