Skip to content
Snippets Groups Projects
Commit 91529ff3 authored by jsiegle's avatar jsiegle
Browse files

Updated filter settings

parent bc105ec7
Branches
No related tags found
No related merge requests found
......@@ -137,12 +137,12 @@ void FilterNode::updateSettings()
(1));
Parameter& p1 = parameters.getReference(0);
p1.setValue(600.0f, n);
p1.setValue(4.0f, n);
Parameter& p2 = parameters.getReference(1);
p2.setValue(6000.0f, n);
p2.setValue(12.0f, n);
setFilterParameters(600.0f, 3000.0f, n);
setFilterParameters(4.0f, 12.0f, n);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment