Fix incorrect ordering of parameters

This commit is contained in:
John Lewin 2018-06-22 17:10:29 -07:00
parent a2131f248e
commit 077ca1b6e7

View file

@ -70,7 +70,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.PlusTab
{
FeedData explorerFeed = null;
var json = ApplicationController.LoadCachedFile(staticFile, "MatterHackers");
var json = ApplicationController.LoadCachedFile("MatterHackers", staticFile);
if (json != null)
{
// Construct directly from cache