Skip to content

Commit

Permalink
HACKY FIX OF A SEGFAULT!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Speak2Erase committed Aug 19, 2024
1 parent a70d76f commit 343f093
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/display/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,9 @@ struct WindowPrivate
{
if (size.x <= 0 || size.y <= 0)
return;
// FIXME: THIS IS A HACK!
if (nullOrDisposed(windowskin))
return;

bool updateBaseQuadArray = false;

Expand Down

0 comments on commit 343f093

Please sign in to comment.