Fix destructor exception-permissiveness errors in a less idiotic way

This commit is contained in:
Simon Detheridge
2015-01-14 13:10:25 +00:00
parent 940c51f16a
commit fbdd160061
4 changed files with 6 additions and 5 deletions

View File

@ -8,6 +8,7 @@ namespace EmberNs
/// The thread count is set to the number of cores detected on the system.
/// </summary>
RendererBase::RendererBase()
:m_TaskGroup(new tbb::task_group)
{
m_Abort = false;
m_LockAccum = false;