mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #355 from daemitus/patch-1
Looks like a typo. Why reset the same thing twice.
This commit is contained in:
commit
13b64d531f
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ namespace Dalamud
|
|||
this.unloadSignal.Reset();
|
||||
|
||||
this.finishUnloadSignal = finishSignal;
|
||||
this.unloadSignal.Reset();
|
||||
this.finishUnloadSignal.Reset();
|
||||
}
|
||||
|
||||
#region Native Game Subsystems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue