Skip to content

Commit

Permalink
(#3236) CPUCopyOutputSurface now used a GL output layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Feb 21, 2024
1 parent 120d2cc commit 641c71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/common/server/cpu_copy_output_surface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,5 @@ auto mgc::CPUCopyOutputSurface::Impl::size() const -> geom::Size

auto mgc::CPUCopyOutputSurface::Impl::layout() const -> Layout
{
return Layout::TopRowFirst;
return Layout::GL;
}

0 comments on commit 641c71d

Please sign in to comment.