Futher changes to remove unitialized variables/reordering of initialization to
prevent unitialized warnings.
This commit is contained in:
@@ -42,6 +42,9 @@ GeoSet::GeoSet()
|
||||
_primLengths = (int *)0;
|
||||
|
||||
_numcoords = 0;
|
||||
_numnormals = 0;
|
||||
_numcolors = 0;
|
||||
_numtcoords = 0;
|
||||
|
||||
_normal_binding = BIND_OFF;
|
||||
_color_binding = BIND_OFF;
|
||||
@@ -49,6 +52,9 @@ GeoSet::GeoSet()
|
||||
|
||||
_fast_path = 1;
|
||||
|
||||
_primlength = 0;
|
||||
_flat_shaded_skip = 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user