Fix some (quite harmless) use of uninitialized memory reported by valgrind.

This commit is contained in:
Brecht Van Lommel
2013-02-12 13:48:04 +00:00
parent b3b9931276
commit 45c70acd27
2 changed files with 6 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ RenderTile::RenderTile()
w = 0;
h = 0;
sample = 0;
start_sample = 0;
num_samples = 0;
resolution = 0;