show cursor on picking and other modes than draw/erase, sanity check on presets file

This commit is contained in:
2019-03-08 12:47:06 +01:00
parent 440abb7049
commit bfe5c3541d
5 changed files with 52 additions and 9 deletions

View File

@@ -73,7 +73,6 @@ void destroy_window()
main_tasklist.emplace_back([=] {
SendMessage(hWnd, WM_USER_CLOSE, 0, 0);
});
SendMessage(hWnd, WM_USER_CLOSE, 0, 0);
}
void async_lock()
@@ -826,6 +825,7 @@ int main(int argc, char** argv)
LOG("hmd renderer terminated");
});
SetTimer(hWnd, 1, 500, NULL);
MSG msg;
LOG("start main loop");