Compare commits
1 Commits
ptr-crash
...
lightfinde
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5846e55027 |
@@ -68,7 +68,8 @@ public unsafe class LightFinderPlateHandler : IHostedService, IMediatorSubscribe
|
||||
ImGuiWindowFlags.NoMove |
|
||||
ImGuiWindowFlags.NoSavedSettings |
|
||||
ImGuiWindowFlags.NoNav |
|
||||
ImGuiWindowFlags.NoInputs;
|
||||
ImGuiWindowFlags.NoInputs |
|
||||
ImGuiWindowFlags.NoFocusOnAppearing;
|
||||
|
||||
private readonly List<RectF> _uiRects = new(128);
|
||||
private ImmutableHashSet<string> _activeBroadcastingCids = [];
|
||||
|
||||
Reference in New Issue
Block a user