Futher changes to remove unitialized variables/reordering of initialization to

prevent unitialized warnings.
This commit is contained in:
Robert Osfield
2002-07-21 01:29:11 +00:00
parent 48b3be40e9
commit 389dd8adbb
13 changed files with 71 additions and 78 deletions

View File

@@ -79,7 +79,7 @@ static GLenum faceTarget[6] =
#endif
TextureCubeMap::TextureCubeMap()
TextureCubeMap::TextureCubeMap():Texture()
{
_target = GL_TEXTURE_CUBE_MAP; // default to ARB extension
}