1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

openGL renderer fix.

This commit is contained in:
jules 2012-12-29 11:21:03 +00:00
parent 164ab05bac
commit 5f99835313

View file

@ -1787,6 +1787,7 @@ private:
else
{
jassert (fill.isTiledImage());
state.shaderQuadQueue.flush();
image = new OpenGLTextureFromImage (fill.image);
state.setShaderForTiledImageFill (*image, fill.transform, 0, nullptr, clampTiledImages);
}