diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index b64d4597dd..8d9302cd57 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -2176,16 +2176,8 @@ paint_window_commit( const gamescope::Rc &lastCommit, steamcompmgr_win layer->scale.x = 1.0 / currentScaleRatio_x; layer->scale.y = 1.0 / currentScaleRatio_y; - if ( w != scaleW ) - { - layer->offset.x = -drawXOffset; - layer->offset.y = -drawYOffset; - } - else - { - layer->offset.x = -drawXOffset; - layer->offset.y = -drawYOffset; - } + layer->offset.x = -drawXOffset; + layer->offset.y = -drawYOffset; layer->blackBorder = flags & PaintWindowFlag::DrawBorders;