diff options
Diffstat (limited to 'events.lua')
-rw-r--r-- | events.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ function Event(type, data) type = type, data = data, defaultPrevented = false, - timeStamp = os.clock(), + timeStamp = lua_async.clock(), }, {__index = EventPrototype}) end |