mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix some ToDos, parallelization problems.
This commit is contained in:
parent
0ed94676ed
commit
8ea6893fc3
15 changed files with 50 additions and 41 deletions
|
|
@ -209,7 +209,7 @@ public sealed unsafe partial class RedrawService : IDisposable
|
|||
if (actor == null || _targets.Target != null)
|
||||
return;
|
||||
|
||||
_targets.SetTarget(actor);
|
||||
_targets.Target = actor;
|
||||
_target = -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue