parent
4a0084801e
commit
033d46a293
|
@ -608,8 +608,12 @@ struct WindowPrivate
|
||||||
|
|
||||||
/* Draw arrows / cursors */
|
/* Draw arrows / cursors */
|
||||||
windowskin->bindTex(shader);
|
windowskin->bindTex(shader);
|
||||||
|
TEX::setSmooth(true);
|
||||||
|
|
||||||
controlsQuadArray.draw(0, controlsQuadCount);
|
controlsQuadArray.draw(0, controlsQuadCount);
|
||||||
|
|
||||||
|
TEX::setSmooth(false);
|
||||||
|
|
||||||
if (contents)
|
if (contents)
|
||||||
{
|
{
|
||||||
/* Draw contents bitmap */
|
/* Draw contents bitmap */
|
||||||
|
|
Loading…
Reference in New Issue