mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 02:10:34 +00:00
Also memset.
This commit is contained in:
parent
fb95288456
commit
9284ea8375
@ -10,6 +10,7 @@
|
||||
const float estimatedInertiaDamping = 0.75f;
|
||||
|
||||
GestureDetector::GestureDetector() {
|
||||
memset(pointers, 0, sizeof(pointers));
|
||||
}
|
||||
|
||||
TouchInput GestureDetector::Update(const TouchInput &touch, const Bounds &bounds) {
|
||||
|
Loading…
Reference in New Issue
Block a user