Fix some (quite harmless) use of uninitialized memory reported by valgrind.
This commit is contained in:
@@ -83,6 +83,7 @@ RenderTile::RenderTile()
|
||||
w = 0;
|
||||
h = 0;
|
||||
|
||||
sample = 0;
|
||||
start_sample = 0;
|
||||
num_samples = 0;
|
||||
resolution = 0;
|
||||
|
Reference in New Issue
Block a user