Change parameters in declaration to match definition.
This commit is contained in:
parent
96655b3e7c
commit
b1cd916105
@ -78,7 +78,7 @@ namespace nv
|
||||
MitchellFilter();
|
||||
virtual float evaluate(float x) const;
|
||||
|
||||
void setParameters(float a, float b);
|
||||
void setParameters(float b, float c);
|
||||
|
||||
private:
|
||||
float p0, p2, p3;
|
||||
|
Loading…
Reference in New Issue
Block a user