renderer: minor fixes to transformations

This commit is contained in:
Vaxry
2024-03-03 02:18:00 +00:00
parent 2a08f2ba84
commit cc94123fa7
3 changed files with 11 additions and 9 deletions

View File

@@ -2173,7 +2173,7 @@ void CHyprOpenGLImpl::bindBackOnMain() {
}
void CHyprOpenGLImpl::setMonitorTransformEnabled(bool enabled) {
m_bEndFrame = !enabled;
m_bEndFrame = enabled;
}
inline const SGLPixelFormat GLES2_FORMATS[] = {