mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Trigger redrawing when leaving GPose
This commit is contained in:
parent
bcd20d7ccd
commit
225e23ec4f
1 changed files with 4 additions and 0 deletions
|
|
@ -199,6 +199,10 @@ namespace Penumbra.PlayerWatch
|
||||||
{
|
{
|
||||||
TriggerGPose();
|
TriggerGPose();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Clear();
|
||||||
|
}
|
||||||
|
|
||||||
_inGPose = newInGPose;
|
_inGPose = newInGPose;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue