mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-05 17:21:38 -05:00
Do not immediately set InRange
This commit is contained in:
parent
a01a3831ca
commit
5853e948bd
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ namespace VoiDPlugins.OutputMode
|
||||||
Inject();
|
Inject();
|
||||||
|
|
||||||
// Back to normal state
|
// Back to normal state
|
||||||
ClearPointerFlags(POINTER_FLAGS.INRANGE | POINTER_FLAGS.PRIMARY);
|
ClearPointerFlags(POINTER_FLAGS.PRIMARY);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Inject()
|
public void Inject()
|
||||||
|
|
Loading…
Add table
Reference in a new issue