* clutter/cogl/gles/cogl.c: (cogl_rectangle_internal): increase size
of GLfixed[] array to make contents fit.
This commit is contained in:
parent
801d55621e
commit
4eeb4bbdd0
@ -268,7 +268,7 @@ cogl_rectangle_internal (ClutterFixed x,
|
|||||||
ClutterFixed width,
|
ClutterFixed width,
|
||||||
ClutterFixed height)
|
ClutterFixed height)
|
||||||
{
|
{
|
||||||
GLfixed rect_verts[4] = {
|
GLfixed rect_verts[8] = {
|
||||||
x, y,
|
x, y,
|
||||||
x + width, y,
|
x + width, y,
|
||||||
x, y + height,
|
x, y + height,
|
||||||
|
Loading…
Reference in New Issue
Block a user