flip v in LS output

This commit is contained in:
vaxerski 2023-04-20 13:00:03 +01:00
parent 6838ca66cc
commit 244722387b

View File

@ -29,7 +29,7 @@ void CWaylandOutput::reset () {
} }
bool CWaylandOutput::renderVFlip () const { bool CWaylandOutput::renderVFlip () const {
return false; return true;
} }
bool CWaylandOutput::renderMultiple () const { bool CWaylandOutput::renderMultiple () const {