mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
Array texture fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user