mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
rewrite ipc communication; do ipc message reception on separate thread, wake up main thread; fix various robustness issues. do not necessarily initialize slower-to-initialize layers in conversion/ipc instances
This commit is contained in:
@@ -6379,6 +6379,7 @@ internal void
|
||||
df_push_cmd__root(DF_CmdParams *params, DF_CmdSpec *spec)
|
||||
{
|
||||
// rjf: log
|
||||
if(params->os_event == 0 || params->os_event->kind != OS_EventKind_MouseMove)
|
||||
{
|
||||
Temp scratch = scratch_begin(0, 0);
|
||||
DF_Entity *entity = df_entity_from_handle(params->entity);
|
||||
|
||||
Reference in New Issue
Block a user