Fixed unused parameter warning.

This commit is contained in:
Robert Osfield
2016-06-08 10:52:40 +01:00
parent 19ec9bbef6
commit f774a38cf2

View File

@@ -155,7 +155,7 @@ bool NVTTProcessor::OSGImageOutputHandler::assignImage(osg::Image& image)
}
/// Indicate the start of a new compressed image that's part of the final texture.
void NVTTProcessor::OSGImageOutputHandler::beginImage(int size, int width, int height, int depth, int face, int miplevel)
void NVTTProcessor::OSGImageOutputHandler::beginImage(int size, int width, int height, int /*depth*/, int /*face*/, int miplevel)
{
// store the new width/height of the texture
if (miplevel == 0)