Set default values for datatype & pixelformat.

This commit is contained in:
Robert Osfield
2003-10-17 10:27:18 +00:00
parent 8bb2ca48b7
commit 8f68ca9cf1

View File

@@ -22,4 +22,7 @@ void ImageOptions::init()
_sourceImageWindowMode = ALL_IMAGE;
_destinationImageWindowMode = ALL_IMAGE;
_destinationDataType = GL_NONE;
_destinationPixelFormat = GL_NONE;
}