Simplify naming
This commit is contained in:
parent
b491cc8e5a
commit
262ef1ebb0
2 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
// TODO: Consider and resolve who should own populating the cache
|
||||
// Cache at requested size
|
||||
string cachePath = ApplicationController.Instance.Thumbnails.ThumbnailCachePath(item.MeshRenderId().ToString(), width, height);
|
||||
string cachePath = ApplicationController.Instance.Thumbnails.CachePath(item.MeshRenderId().ToString(), width, height);
|
||||
|
||||
AggContext.ImageIO.SaveImageData(cachePath, thumbnail);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue