first pass at asynchronous file streaming -> hash store layer; fix non-windowed memory access in watch window when doing change visualization, causing major performance regression with large arrays; fix some extra jank with truncated-string-hover & help labels

This commit is contained in:
Ryan Fleury
2024-01-26 11:47:25 -08:00
parent 0974337450
commit 455dac958c
9 changed files with 298 additions and 44 deletions
+4
View File
@@ -1335,6 +1335,10 @@ ui_end_build(void)
goto break_all_hover_string;
}
}
if(b != box && contains_2f32(b->rect, ui_state->mouse))
{
goto break_all_hover_string;
}
}
}
break_all_hover_string:;