mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 12:11:56 -07:00
renderer: minor fixes to transformations
This commit is contained in:
@@ -2173,7 +2173,7 @@ void CHyprOpenGLImpl::bindBackOnMain() {
|
||||
}
|
||||
|
||||
void CHyprOpenGLImpl::setMonitorTransformEnabled(bool enabled) {
|
||||
m_bEndFrame = !enabled;
|
||||
m_bEndFrame = enabled;
|
||||
}
|
||||
|
||||
inline const SGLPixelFormat GLES2_FORMATS[] = {
|
||||
|
Reference in New Issue
Block a user