mirror of
https://github.com/Caraxi/mare.client.git
synced 2026-02-09 07:24:35 +01:00
do not recreate cache when weapon got drawn
This commit is contained in:
parent
a486954248
commit
4e988984d7
2 changed files with 3 additions and 1 deletions
|
|
@ -113,6 +113,8 @@ namespace MareSynchronos.Models
|
|||
hasChanges = true;
|
||||
}
|
||||
|
||||
newWeaponOrVisorState &= 0b1101; // ignore drawing weapon
|
||||
|
||||
if (newWeaponOrVisorState != VisorWeaponState)
|
||||
{
|
||||
if (VisorWeaponState != null && !hasChanges && !HasUnprocessedUpdate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue