Skip to content

Commit

Permalink
Remove debug code (embarrassing!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tustin committed May 2, 2016
1 parent 3d738c5 commit 3c8b731
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion TunablesEditorCode/Forms/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ private void dasTunables_SelectedIndexChanged(object sender, EventArgs e)
if (dasSelectedTunable.type == "int")
{
int memory = PS3.Extension.ReadInt32(Globals.CurrentAddress + ((uint)dasSelectedTunable.index * 4));
Clipboard.SetText((Globals.CurrentAddress + ((uint)dasSelectedTunable.index * 4)).ToString());
tunableValue.Text = memory.ToString();
}
else
Expand Down
Binary file modified TunablesEditorCode/bin/Debug/GTA V Tunables Editor.exe
Binary file not shown.
Binary file modified TunablesEditorCode/bin/Debug/GTA V Tunables Editor.pdb
Binary file not shown.

This file was deleted.

Binary file modified TunablesEditorCode/obj/Debug/GTA V Tunables Editor.exe
Binary file not shown.
Binary file modified TunablesEditorCode/obj/Debug/GTA V Tunables Editor.pdb
Binary file not shown.

0 comments on commit 3c8b731

Please sign in to comment.