mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 02:24:15 +01:00
adjustments for animation/penumbra update
This commit is contained in:
parent
8dc4dd26e2
commit
8d6b7346ec
8 changed files with 34 additions and 24 deletions
|
|
@ -65,7 +65,7 @@ namespace MareSynchronos.Managers
|
|||
{
|
||||
foreach (var obj in playerRelatedObjects)
|
||||
{
|
||||
if (obj.DrawObjectAddress == drawObj && !obj.HasUnprocessedUpdate)
|
||||
if (obj.Address == drawObj && !obj.HasUnprocessedUpdate)
|
||||
{
|
||||
obj.HasUnprocessedUpdate = true;
|
||||
OnPlayerOrAttachedObjectsChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue