From 61d15a6ff6ca9ba84ec143f8c698f98a131b3b64 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 9 Apr 2015 13:15:51 -0700 Subject: [PATCH] Fix legacy timer --- haxe/Timer.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxe/Timer.hx b/haxe/Timer.hx index ce08f4623..4062c9d00 100644 --- a/haxe/Timer.hx +++ b/haxe/Timer.hx @@ -384,7 +384,7 @@ class Timer { #if lime_legacy - static var lime_time_stamp = flash.Lib.load ("lime-legacy", "lime_legacy_time_stamp", 0); + static var lime_time_stamp:Void->Float = flash.Lib.load ("lime-legacy", "lime_legacy_time_stamp", 0); #end