Kaydet (Commit) 6d49a1bb authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

tdf#103820 & tdf#103824 fix texture refactoring mistake

Change-Id: I657a4b46e3e7efbe8b1ea5c1e811e1d125f5146f
üst e838d143
...@@ -314,7 +314,7 @@ OpenGLTexture::~OpenGLTexture() ...@@ -314,7 +314,7 @@ OpenGLTexture::~OpenGLTexture()
bool OpenGLTexture::IsUnique() const bool OpenGLTexture::IsUnique() const
{ {
return mpImpl || mpImpl.unique(); return !mpImpl || mpImpl.unique();
} }
GLuint OpenGLTexture::Id() const GLuint OpenGLTexture::Id() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment