* 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
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ cogl_rectangle_internal (ClutterFixed x,
|
|||
ClutterFixed width,
|
||||
ClutterFixed height)
|
||||
{
|
||||
GLfixed rect_verts[4] = {
|
||||
GLfixed rect_verts[8] = {
|
||||
x, y,
|
||||
x + width, y,
|
||||
x, y + height,
|
||||
|
|
Loading…
Add table
Reference in a new issue