[cogl] Initialize all members of CoglContext
Some members of CoglContext still escape initialization.
This commit is contained in:
parent
949e37d332
commit
a06dd94eb8
@ -55,6 +55,7 @@ cogl_create_context ()
|
||||
_context->features_cached = FALSE;
|
||||
|
||||
_context->enable_flags = 0;
|
||||
_context->color_alpha = 0;
|
||||
|
||||
_context->enable_backface_culling = FALSE;
|
||||
|
||||
|
@ -57,6 +57,7 @@ cogl_create_context ()
|
||||
_context->features_cached = FALSE;
|
||||
|
||||
_context->enable_flags = 0;
|
||||
_context->color_alpha = 0;
|
||||
|
||||
_context->enable_backface_culling = FALSE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user