Limit to private scope until need returns
This commit is contained in:
parent
bd0f4abe11
commit
b347d588f2
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue