Fix dumb bug

master
D4VID 7 months ago
parent fbec14b7d8
commit 0e1184c32c

@ -38,7 +38,7 @@ namespace CriticalPathAnalyzer.Client.Tool {
// Resolve hit target: // Resolve hit target:
if (hitInfo.HitPeg) { if (hitInfo.HitPeg) {
_logger.Info("Hit peg"); _logger.Info("Hit peg");
return _startPegAddress = hitInfo.pAddress; return hitInfo.pAddress;
} }
if (hitInfo.HitWire) { if (hitInfo.HitWire) {

Loading…
Cancel
Save