mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-26 05:58:48 -05:00
Re-add and revert back to old ThreadPool. See ticket #128
This commit is contained in:
@@ -117,7 +117,7 @@ namespace openspace {
|
||||
|
||||
AsyncTileDataProvider::AsyncTileDataProvider(
|
||||
std::shared_ptr<TileDataset> tileDataset,
|
||||
std::shared_ptr<ghoul::ThreadPool> pool)
|
||||
std::shared_ptr<ThreadPool> pool)
|
||||
: _tileDataset(tileDataset)
|
||||
, _threadPool(pool)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user