Small linux fix
This commit is contained in:
parent
096d335ee2
commit
73d0d9e0d6
@ -22,7 +22,7 @@ using namespace std;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
Volume<uint8_t> volData(g_uVolumeSideLength);
|
||||
Volume<PolyVox::uint8_t> volData(g_uVolumeSideLength);
|
||||
|
||||
//Make our volume contain a sphere in the center.
|
||||
PolyVox::uint16_t minPos = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user