mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
refactor: cleanup in Dalamud.cs
This commit is contained in:
parent
beb86a3954
commit
87df159c40
3 changed files with 149 additions and 59 deletions
|
|
@ -30,8 +30,8 @@ namespace Dalamud.Game.Internal
|
|||
}
|
||||
|
||||
public void Dispose() {
|
||||
if (this.DebugCheckAddress != IntPtr.Zero && this.original != null)
|
||||
Marshal.Copy(this.original, 0, DebugCheckAddress, this.nop.Length);
|
||||
//if (this.DebugCheckAddress != IntPtr.Zero && this.original != null)
|
||||
// Marshal.Copy(this.original, 0, DebugCheckAddress, this.nop.Length);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue