Skip to content

Some uninitialised variables that GCC 4.4 complains about

Sryder requested to merge opengl-maybe-uninitialised into master

This should be okay since 0 generally means "nothing" for these, and they should always be set before being used later on.

Merge request reports