Limit to private scope until need returns

This commit is contained in:
John Lewin 2018-06-21 21:48:53 -07:00
parent bd0f4abe11
commit b347d588f2

View file

@ -130,7 +130,8 @@ namespace MatterHackers.MatterControl
return GetThumbnail(object3D, thumbnailId, width, height);
}
public ImageBuffer GetThumbnail(IObject3D item, string thumbnailId, int width, int height)
// Limit to private scope until need returns
private ImageBuffer GetThumbnail(IObject3D item, string thumbnailId, int width, int height)
{
if (item == null)
{