Skip to content

Commit

Permalink
WIP - disable MSAA to support Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Feb 2, 2025
1 parent 2c967f4 commit 6e6fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/rendering/controllerrenderingengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void ControllerRenderingEngine::setup(std::shared_ptr<QQmlEngine> qmlEngine) {
return;
}
QSurfaceFormat format;
format.setSamples(m_screenInfo.msaa);
// format.setSamples(m_screenInfo.msaa);
format.setDepthBufferSize(16);
format.setStencilBufferSize(8);

Expand Down

0 comments on commit 6e6fc03

Please sign in to comment.