mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-04 16:51:38 -05:00
Remove unneeded check
This commit is contained in:
parent
1eac3b9cef
commit
8b4502ff89
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace VoiDPlugins.OutputMode
|
|||
|
||||
public void SetPosition(Vector2 delta)
|
||||
{
|
||||
if (delta == Vector2.Zero && _prev == Vector2.Zero)
|
||||
if (delta == Vector2.Zero)
|
||||
return;
|
||||
|
||||
delta += _error;
|
||||
|
|
Loading…
Add table
Reference in a new issue