mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Update to newest orca bindings (UI Update), remove logging due to cyclic import (fmt usage)
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