mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
Get level2 chunks and archive working together, reduce logging of level2 chunks
This commit is contained in:
parent
094d286b41
commit
63585af26d
4 changed files with 43 additions and 25 deletions
|
|
@ -159,8 +159,6 @@ void RadarProductLayer::Initialize()
|
|||
|
||||
void RadarProductLayer::UpdateSweep()
|
||||
{
|
||||
logger_->debug("UpdateSweep()");
|
||||
|
||||
gl::OpenGLFunctions& gl = context()->gl();
|
||||
|
||||
boost::timer::cpu_timer timer;
|
||||
|
|
@ -172,9 +170,10 @@ void RadarProductLayer::UpdateSweep()
|
|||
std::try_to_lock);
|
||||
if (!sweepLock.owns_lock())
|
||||
{
|
||||
logger_->debug("Sweep locked, deferring update");
|
||||
//logger_->debug("Sweep locked, deferring update");
|
||||
return;
|
||||
}
|
||||
logger_->debug("UpdateSweep()");
|
||||
|
||||
p->sweepNeedsUpdate_ = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue