fix(windows): complie error.
This commit is contained in:
parent
9775903fb1
commit
68d6b0f4a2
|
@ -456,6 +456,7 @@ Object *RectifyProcessor::OnCreateOutput() {
|
||||||
bool RectifyProcessor::SetRectifyAlpha(float alpha) {
|
bool RectifyProcessor::SetRectifyAlpha(float alpha) {
|
||||||
_alpha = alpha;
|
_alpha = alpha;
|
||||||
ReloadImageParams();
|
ReloadImageParams();
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RectifyProcessor::OnProcess(
|
bool RectifyProcessor::OnProcess(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user