mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Add description to PropertyOwner
This commit is contained in:
@@ -82,7 +82,7 @@ namespace {
|
||||
namespace openspace::globebrowsing::cache {
|
||||
|
||||
MemoryAwareTileCache::MemoryAwareTileCache()
|
||||
: PropertyOwner("TileCache")
|
||||
: PropertyOwner({ "TileCache" })
|
||||
, _numTextureBytesAllocatedOnCPU(0)
|
||||
, _cpuAllocatedTileData(CpuAllocatedDataInfo, 1024, 128, 2048, 1)
|
||||
, _gpuAllocatedTileData(GpuAllocatedDataInfo, 1024, 128, 2048, 1)
|
||||
|
||||
Reference in New Issue
Block a user