mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
proper enums
This commit is contained in:
@@ -17,7 +17,7 @@ _now :: proc "contextless" () -> Time {
|
||||
_sleep :: proc "contextless" (d: Duration) {
|
||||
// NOTE: no way to sleep afaict.
|
||||
if d > 0 {
|
||||
// orca.log_warning("core:time 'sleep' is unimplemented for orca")
|
||||
orca.log_warning("core:time 'sleep' is unimplemented for orca")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user