Fix vector indicators disappearing on initial zero delta in input dialog entry.
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Cryville.Crtr.Config.UI {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
float _maxScalar;
|
float _maxScalar = float.Epsilon;
|
||||||
Dictionary<int, InputVector> _activeInputs;
|
Dictionary<int, InputVector> _activeInputs;
|
||||||
public void OnInputEvent(InputEvent ev) {
|
public void OnInputEvent(InputEvent ev) {
|
||||||
var id = ev.Identifier.Id;
|
var id = ev.Identifier.Id;
|
||||||
|
Reference in New Issue
Block a user