renderer: minor fixes to transformations
This commit is contained in:
parent
2a08f2ba84
commit
cc94123fa7
3 changed files with 11 additions and 9 deletions
|
|
@ -2173,7 +2173,7 @@ void CHyprOpenGLImpl::bindBackOnMain() {
|
|||
}
|
||||
|
||||
void CHyprOpenGLImpl::setMonitorTransformEnabled(bool enabled) {
|
||||
m_bEndFrame = !enabled;
|
||||
m_bEndFrame = enabled;
|
||||
}
|
||||
|
||||
inline const SGLPixelFormat GLES2_FORMATS[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue