comparison Applications/BasicApplicationContext.cpp @ 66:298f375dcb68 wasm

LayerWidget
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 May 2017 22:03:09 +0200
parents a4497c6449df
children 1553b67b24e5
comparison
equal deleted inserted replaced
65:885932a893de 66:298f375dcb68
139 if (viewport_.HasUpdateContent()) 139 if (viewport_.HasUpdateContent())
140 { 140 {
141 stopped_ = false; 141 stopped_ = false;
142 updateThread_ = boost::thread(UpdateThread, this); 142 updateThread_ = boost::thread(UpdateThread, this);
143 } 143 }
144
145 viewport_.Start();
144 } 146 }
145 147
146 148
147 void BasicApplicationContext::Stop() 149 void BasicApplicationContext::Stop()
148 { 150 {