mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
engine gl: fix build error
This commit is contained in:
parent
0dec5a44b6
commit
f95c91ddc2
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,9 @@ bool GlRenderer::endComposite(TVG_UNUSED Compositor* cmp)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ColorSpace GlRenderer::SwRenderer::colorSpace()
|
ColorSpace GlRenderer::colorSpace()
|
||||||
{
|
{
|
||||||
return surface->cs;
|
return ColorSpace::Unsupported;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue