Futher changes to remove unitialized variables/reordering of initialization to
prevent unitialized warnings.
This commit is contained in:
@@ -79,7 +79,7 @@ static GLenum faceTarget[6] =
|
||||
#endif
|
||||
|
||||
|
||||
TextureCubeMap::TextureCubeMap()
|
||||
TextureCubeMap::TextureCubeMap():Texture()
|
||||
{
|
||||
_target = GL_TEXTURE_CUBE_MAP; // default to ARB extension
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user