oc_clock_init() called in oc_init() platform mismatch #66
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
oc_clock_init()
is called inoc_init()
on osx_app.m. But it isn't called in the correspondingoc_init()
in win32_app.c.I'm mainly opening this because I'm not sure what the intended behavior should be - if orca apps are intended to call
oc_clock_init()
or let the platform handle it.Platform is supposed to be the one handling it, the clock init function is not exposed to wasm.
Context: #18 (comment)
Cool, ty. I'll open a PR for this