We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9d9f40 + 997897a commit 8389f57Copy full SHA for 8389f57
1 file changed
libs/renderengine/skia/SkiaRenderEngine.cpp
@@ -970,7 +970,7 @@ void SkiaRenderEngine::drawLayersInternal(
970
const auto& item = layer.source.buffer;
971
auto imageTextureRef = getOrCreateBackendTexture(item.buffer->getBuffer(), false);
972
973
- // if the layer's buffer has a fence, then we must must respect the fence prior to using
+ // if the layer's buffer has a fence, then we must respect the fence prior to using
974
// the buffer.
975
if (layer.source.buffer.fence != nullptr) {
976
waitFence(context, layer.source.buffer.fence->get());
0 commit comments