GameActivity PATH: fix for checking history pointer samples

This commit is contained in:
Robert Bragg
2022-05-20 01:46:54 +01:00
parent 69d0de4db1
commit 3f1e6ced43
@@ -988,7 +988,7 @@ extern "C" int GameActivityMotionEvent_fromJava(
for (int histIndex = 0; histIndex < historySize; ++histIndex) {
historicalEventTimes[histIndex] =
env->CallLongMethod(motionEvent,
gMotionEventClassInfo.getHistoricalEventTime) *
gMotionEventClassInfo.getHistoricalEventTime, histIndex) *
1000000;
}