This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HaxeFoundation.haxe
mirror of
https://github.com/HaxeFoundation/haxe.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
"delay" now returns the created timer
Nicolas Cannasse
16 years ago
parent
f33807a8e3
commit
9de3c36c56
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
std/haxe/Timer.hx
+ 1
- 0
std/haxe/Timer.hx
View File
@@ -79,6 +79,7 @@ class Timer {
t.stop();
f();
};
+ return t;
}
#end