* commit '0b003fab82d16df9e5569b3d1d3ef1dfda95647c': fix uninitialized attribute in SurfaceFlinger
This commit is contained in:
commit
b9e78641e6
@ -28,7 +28,8 @@ ANDROID_SINGLETON_STATIC_INSTANCE( GLExtensions )
|
||||
GLExtensions::GLExtensions()
|
||||
: mHaveTextureExternal(false),
|
||||
mHaveNpot(false),
|
||||
mHaveDirectTexture(false)
|
||||
mHaveDirectTexture(false),
|
||||
mHaveFramebufferObject(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user