Simplify naming

This commit is contained in:
John Lewin 2018-06-21 09:11:46 -07:00
parent b491cc8e5a
commit 262ef1ebb0
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}