possibly fix crash after render

issue #1503
This commit is contained in:
tildearrow 2023-09-27 02:22:56 -05:00
parent 08a93f9c4d
commit 6c88329ddd
2 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ class DivWorkPool;
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
#define DIV_UNSTABLE
//#define DIV_UNSTABLE
#define DIV_VERSION "0.6pre17"
#define DIV_ENGINE_VERSION 179