From 3f0ceec589e372914a38b8148e63ab57f83d4704 Mon Sep 17 00:00:00 2001 From: Sergey Yagovtsev Date: Tue, 25 Apr 2017 16:36:21 +0300 Subject: [PATCH] fixed #34 it was frozen cause manual block was added without finish --- sample/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sample/main.cpp b/sample/main.cpp index 7462921..f62573c 100644 --- a/sample/main.cpp +++ b/sample/main.cpp @@ -165,6 +165,7 @@ void modellingThread(){ localSleep(1200000); //std::this_thread::sleep_for(std::chrono::milliseconds(20)); } + EASY_END_BLOCK; } void renderThread(){