Skip to content

Commit

Permalink
Bugfix: behavior specifc variables not updating correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
danebouchie committed Nov 6, 2016
1 parent a27c2e2 commit 6b63b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SM64 Diagnostic/Managers/ObjectManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public void SetBehaviorWatchVariables(List<WatchVariable> value, Color color)
_dataControls.Add(newWatchVarControl);
_objGui.ObjectFlowLayout.Controls.Add(newWatchVarControl.Control);
}
_behaviorDataControls.ForEach(w => w.OtherOffset = _currentAddress);
}
}

Expand Down

0 comments on commit 6b63b16

Please sign in to comment.