Fix action state when multiple events are assigned
This commit is contained in:
@ -103,7 +103,7 @@ private:
|
||||
uint64_t pressed_process_frame = UINT64_MAX;
|
||||
uint64_t released_physics_frame = UINT64_MAX;
|
||||
uint64_t released_process_frame = UINT64_MAX;
|
||||
bool pressed = false;
|
||||
int pressed = 0;
|
||||
bool exact = true;
|
||||
float strength = 0.0f;
|
||||
float raw_strength = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user