diff options
Diffstat (limited to 'source/touchwrap.c')
-rw-r--r-- | source/touchwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/touchwrap.c b/source/touchwrap.c index 4fa373b..3d1aa98 100644 --- a/source/touchwrap.c +++ b/source/touchwrap.c @@ -35,7 +35,7 @@ int AllowTouch(touchPosition *tp) int16 dy; int res; - *tp = touchReadXY(); + touchRead(tp); if (DS81_Config[DS81_AVERAGE_TOUCHSCREEN]) { |