Fix incorrect ordering of parameters
This commit is contained in:
parent
a2131f248e
commit
077ca1b6e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue