comparison Applications/Generic/NativeStoneApplicationContext.cpp @ 433:8999823db8b8 am-vsol-upgrade

fix SetSize in SDL
author am@osimis.io
date Mon, 03 Dec 2018 14:22:47 +0100
parents c23df8b3433b
children a750f11892ec
comparison
equal deleted inserted replaced
432:4eb96c6b4e96 433:8999823db8b8
55 } 55 }
56 56
57 57
58 void NativeStoneApplicationContext::Start() 58 void NativeStoneApplicationContext::Start()
59 { 59 {
60 boost::mutex::scoped_lock lock(globalMutex_); 60 boost::recursive_mutex::scoped_lock lock(globalMutex_);
61 61
62 if (stopped_ && 62 if (stopped_ &&
63 centralViewport_.HasAnimation()) 63 centralViewport_.HasAnimation())
64 { 64 {
65 stopped_ = false; 65 stopped_ = false;