Update Reconstructor to use FilterStage.PreInterpolate

This commit is contained in:
X9VoiD 2020-12-11 22:14:34 +08:00
parent 8e8bb211ff
commit 79f7f90d17
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit a23ab0d4e04e4ee51cb1416c4a4afb2f15c9a9ef
Subproject commit 905c0376fd9423558aff23e7608d7a0aa0012144

View file

@ -111,6 +111,6 @@ namespace VoiDPlugins
private int window;
private double weight;
public FilterStage FilterStage => FilterStage.PreTranspose;
public FilterStage FilterStage => FilterStage.PreInterpolate;
}
}