Skip to content

Commit

Permalink
Minor (#385)
Browse files Browse the repository at this point in the history
* Update DCSBIOSOutput.cs

* compile
  • Loading branch information
jdahlblom authored Oct 10, 2023
1 parent 5e06c26 commit bdaa30f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/DCS-BIOS/DCSBIOSOutput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public bool UIntValueHasChanged(uint address, uint data)
return false;
}

_uintValueHasChanged = false;
LastUIntValue = GetUIntValue(data);
}

Expand Down

0 comments on commit bdaa30f

Please sign in to comment.