From 02e406026c8b8df180ce634da7097572001293d6 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Wed, 26 Oct 2016 16:08:56 -0700 Subject: [PATCH] Compile fix --- lime/ui/Haptic.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lime/ui/Haptic.hx b/lime/ui/Haptic.hx index cee2c1849..66254f2d4 100644 --- a/lime/ui/Haptic.hx +++ b/lime/ui/Haptic.hx @@ -32,7 +32,7 @@ class Haptic { } - #else + #elseif (lime_cffi && !macro) lime_haptic_vibrate (period, duration);