aboutsummaryrefslogtreecommitdiff
path: root/events.lua
diff options
context:
space:
mode:
Diffstat (limited to 'events.lua')
-rw-r--r--events.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/events.lua b/events.lua
index ee723e8..4796973 100644
--- a/events.lua
+++ b/events.lua
@@ -9,7 +9,7 @@ function Event(type, data)
type = type,
data = data,
defaultPrevented = false,
- timeStamp = os.clock(),
+ timeStamp = lua_async.clock(),
}, {__index = EventPrototype})
end