mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix offsets.
This commit is contained in:
parent
b189ac027b
commit
8e191ae075
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ public static class VolatileOffsets
|
|||
{
|
||||
public const int PlayTimeOffset = 0x254;
|
||||
public const int SomeIntermediate = 0x1F8;
|
||||
public const int Flags = 0x4A4;
|
||||
public const int Flags = 0x4A8;
|
||||
public const int IInstanceListenner = 0x270;
|
||||
public const int BitShift = 13;
|
||||
public const int CasterVFunc = 1;
|
||||
|
|
@ -19,7 +19,7 @@ public static class VolatileOffsets
|
|||
|
||||
public static class UpdateModel
|
||||
{
|
||||
public const int ShortCircuit = 0xA2C;
|
||||
public const int ShortCircuit = 0xA3C;
|
||||
}
|
||||
|
||||
public static class FontReloader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue