Array texture fix

This commit is contained in:
Jack Andersen
2015-11-26 13:03:01 -10:00
parent e106b0bac7
commit c5de075c0d
4 changed files with 32 additions and 12 deletions

View File

@@ -838,7 +838,10 @@ public:
case ClientMessage:
{
if (event->xclient.data.l[0] == S_ATOMS->m_wmDeleteWindow && m_callback)
{
m_callback->destroyed();
m_callback = nullptr;
}
return;
}
case Expose: