mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +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;
|
||||
|
||||
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