Do not define -Dlime-legacy when using Lime hybrid

This commit is contained in:
Joshua Granick
2015-04-06 12:37:08 -07:00
parent b23ddbb2c9
commit 5df7984255
8 changed files with 55 additions and 25 deletions

View File

@@ -343,10 +343,10 @@ class Timer {
}
#if lime_legacy
#if (lime_legacy || lime_hybrid)
@:noCompletion public static function __nextWake (limit:Float):Float {
var now = lime_time_stamp () * 1000.0;
var now = getMS ();
var sleep;
for (timer in sRunningTimers) {