Patch from Melchior Franz:
layer_span used uninitialized in SGCloudLayer::rebuild (line 162, 170, etc.)
This commit is contained in:
@@ -42,6 +42,7 @@ SGCloudLayer::SGCloudLayer( const string &tex_path )
|
||||
layer_transform(new ssgTransform),
|
||||
layer(0),
|
||||
texture_path(tex_path),
|
||||
layer_span(0),
|
||||
layer_asl(0),
|
||||
layer_thickness(0),
|
||||
layer_transition(0),
|
||||
|
||||
Reference in New Issue
Block a user