mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Fix after-gpose bug.
This commit is contained in:
parent
bb671e8dd2
commit
a2731b4010
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public sealed class GPoseService : EventWrapper<bool, GPoseService.Priority>
|
|||
InGPose = inGPose;
|
||||
Invoke(InGPose);
|
||||
var actions = InGPose ? _onEnter : _onLeave;
|
||||
foreach (var action in actions)
|
||||
while (actions.TryDequeue(out var action))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue