mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +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;
|
break;
|
||||||
|
|
||||||
var scanRet = mBase + index;
|
var scanRet = mBase + index;
|
||||||
|
mBase = scanRet + 1;
|
||||||
if (this.IsCopy)
|
if (this.IsCopy)
|
||||||
scanRet -= this.moduleCopyOffset;
|
scanRet -= this.moduleCopyOffset;
|
||||||
|
|
||||||
yield return scanRet;
|
yield return scanRet;
|
||||||
mBase = scanRet + 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue