mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 14:57:45 +01:00
Compare commits
No commits in common. "1b08d986caf238c70628a8889b3eb3b8eada1c66" and "7aa77aa2eb33752bc0d222c62e07e571b30f9eeb" have entirely different histories.
1b08d986ca
...
7aa77aa2eb
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<PropertyGroup Label="Feature">
|
||||
<Description>XIV Launcher addon framework</Description>
|
||||
<DalamudVersion>13.0.0.3</DalamudVersion>
|
||||
<DalamudVersion>13.0.0.2</DalamudVersion>
|
||||
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
||||
<Version>$(DalamudVersion)</Version>
|
||||
<FileVersion>$(DalamudVersion)</FileVersion>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3ae5a65f6d3a00d2d1091319ddec1442ea22726a
|
||||
Subproject commit 834d3cc94082fd812cf6cda8da217b22e4f9f15d
|
||||
Loading…
Add table
Add a link
Reference in a new issue