You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ClampRectangle method and update D3D11Screen logic
Introduced a new private method `ClampRectangle` in the `AIManager`
class to ensure rectangles are clamped within screen bounds,
preventing out-of-bounds issues. Updated the `D3D11Screen` method
to use `ClampRectangle` for adjusting the `detectionBox` parameter.
Added a `using` directive for `System.Windows.Threading` to support
the use of `Dispatcher`.
0 commit comments