mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix SigScanner.ScanAllText only returning a single match
This commit is contained in:
parent
97196a1e35
commit
29c4d4939f
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