Set the initial value of a variable
Fixes a compiler warning.
This commit is contained in:
parent
e312f7ee4a
commit
7164da7467
@ -1094,7 +1094,7 @@ cogl_polygon (const CoglTextureVertex *vertices,
|
||||
GLfloat *v;
|
||||
CoglMaterialWrapModeOverrides wrap_mode_overrides;
|
||||
CoglMaterialWrapModeOverrides *wrap_mode_overrides_p = NULL;
|
||||
CoglHandle original_source_material;
|
||||
CoglHandle original_source_material = NULL;
|
||||
gboolean overrode_material = FALSE;
|
||||
|
||||
_COGL_GET_CONTEXT (ctx, NO_RETVAL);
|
||||
|
Loading…
Reference in New Issue
Block a user