- PolyVox now completely builds on Linux.
- - Fix the template trickery with this one word fix to Volume.inl. For the reason, see http://www.parashift.com/c++-faq-lite/templates.html#faq-35.18 - Add newlines to two more files so that PolyVox build with no warnings at all.
This commit is contained in:
@ -27,4 +27,4 @@ namespace PolyVox
|
||||
RegionGeometry::RegionGeometry()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -56,4 +56,4 @@ namespace PolyVox
|
||||
}
|
||||
return uNonZeroBits == 1 ? true : false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user