mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Update SigScanner.cs
This commit is contained in:
parent
97196a1e35
commit
ba7d70e776
1 changed files with 1 additions and 1 deletions
|
|
@ -343,11 +343,11 @@ public class SigScanner : IDisposable, ISigScanner
|
|||
break;
|
||||
|
||||
var scanRet = mBase + index;
|
||||
mBase = scanRet + 1;
|
||||
if (this.IsCopy)
|
||||
scanRet -= this.moduleCopyOffset;
|
||||
|
||||
yield return scanRet;
|
||||
mBase = scanRet + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue