Code cleanup.
This commit is contained in:
@@ -344,7 +344,7 @@ namespace Cryville.Crtr {
|
||||
}
|
||||
else {
|
||||
var itv = ((InputVectorSrc)tv).Get();
|
||||
if (!hfv || _vecs[pid] != itv) _vecs[pid] = itv;
|
||||
if (!hfv || ifv != itv) _vecs[pid] = itv;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user