Fix uninitialised value in testpaint

This commit is contained in:
Michał Janiszewski 2016-10-10 23:08:48 +02:00
parent b54cb2ca8a
commit 053945034a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ namespace Intercept2
call.height = -1;
call.slope = -1;
support_height referenceSupport;
support_height referenceSupport = { 0 };
for (int i = 0; i < 9; i++) {
if (positionsRemaining & segment_offsets[i]) {