Clothing visualization sets RSI and state atomically.
This commit is contained in:
@@ -127,8 +127,7 @@ namespace Content.Client.GameObjects
|
|||||||
{
|
{
|
||||||
var (rsi, state) = data.Value;
|
var (rsi, state) = data.Value;
|
||||||
_sprite.LayerSetVisible(slot, true);
|
_sprite.LayerSetVisible(slot, true);
|
||||||
_sprite.LayerSetRSI(slot, rsi);
|
_sprite.LayerSetState(slot, state, rsi);
|
||||||
_sprite.LayerSetState(slot, state);
|
|
||||||
|
|
||||||
if (slot == Slots.INNERCLOTHING)
|
if (slot == Slots.INNERCLOTHING)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user