[DEBUG] correct run on MAcOs
This commit is contained in:
parent
faacdc3b0e
commit
3ea06311df
@ -263,7 +263,7 @@ void ewol::resource::Texture::removeContext() {
|
|||||||
if (m_loaded == true) {
|
if (m_loaded == true) {
|
||||||
// Request remove texture ...
|
// Request remove texture ...
|
||||||
EWOL_DEBUG("TEXTURE: Rm [" << getId() << "] texId=" << m_texId);
|
EWOL_DEBUG("TEXTURE: Rm [" << getId() << "] texId=" << m_texId);
|
||||||
glDeleteTextures(1, &m_texId);
|
//glDeleteTextures(1, &m_texId);
|
||||||
m_loaded = false;
|
m_loaded = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user