Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Sep 27, 2023
1 parent 6c88329 commit e1f7a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1f7a17

Please sign in to comment.