Fix T92592: Cycles stereo render not rendering right view

This commit is contained in:
Brecht Van Lommel 2021-10-29 15:56:44 +02:00
parent 2383628ee1
commit b5f42029b8

@ -257,7 +257,7 @@ bool BufferParams::modified(const BufferParams &other) const
}
if (layer != other.layer || view != other.view) {
return false;
return true;
}
if (exposure != other.exposure ||