Switched to integer naming conventions from C++0x (e.g. uint16_t)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
using namespace PolyVox;
|
||||
|
||||
OpenGLColour convertMaterialIDToColour(PolyVox::uint8 materialID)
|
||||
OpenGLColour convertMaterialIDToColour(PolyVox::uint8_t materialID)
|
||||
{
|
||||
OpenGLColour colour;
|
||||
|
||||
|
Reference in New Issue
Block a user