Fix uninitialised variable

This commit is contained in:
rdb 2016-07-10 12:25:35 +02:00
parent 9c8c543478
commit f7fde882b8
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ GraphicsStateGuardian(CoordinateSystem internal_coordinate_system,
_supports_basic_shaders = false;
_supports_geometry_shaders = false;
_supports_tessellation_shaders = false;
_supports_compute_shaders = false;
_supports_glsl = false;
_supports_stencil = false;