bbox minor fx

This commit is contained in:
weihuoya 2019-05-09 17:30:17 +08:00
commit e98f43d2af
3 changed files with 11 additions and 15 deletions

View file

@ -58,8 +58,6 @@ static unsigned char __LZO_MMODEL out[OUT_LEN];
static HEAP_ALLOC(wrkmem, LZO1X_1_MEM_COMPRESS);
static std::string g_last_filename;
static AfterLoadCallbackFunc s_on_after_load_callback;
// Temporary undo state buffer
@ -412,8 +410,6 @@ void SaveAs(const std::string& filename, bool wait)
Flush();
g_save_thread = std::thread(CompressAndDumpState, save_args);
g_compressAndDumpStateSyncEvent.Wait();
g_last_filename = filename;
}
else
{