fix uninitialized attribute in SurfaceFlinger
Change-Id: I8277f67e297a8b6a99195387060d03154a2cd929
This commit is contained in:
parent
bf667e3155
commit
8171aece3d
@ -28,7 +28,8 @@ ANDROID_SINGLETON_STATIC_INSTANCE( GLExtensions )
|
|||||||
GLExtensions::GLExtensions()
|
GLExtensions::GLExtensions()
|
||||||
: mHaveTextureExternal(false),
|
: mHaveTextureExternal(false),
|
||||||
mHaveNpot(false),
|
mHaveNpot(false),
|
||||||
mHaveDirectTexture(false)
|
mHaveDirectTexture(false),
|
||||||
|
mHaveFramebufferObject(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user