mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
robustify ctrl memory streaming cache & texture cache layer to unreasonably large sizes/dimensions
This commit is contained in:
@@ -933,7 +933,11 @@ DF_GFX_VIEW_RULE_BLOCK_UI_FUNCTION_DEF(bitmap)
|
||||
df_gfx_request_frame();
|
||||
}
|
||||
}
|
||||
if(sig.hovering)
|
||||
if(sig.hovering && r_handle_match(texture, r_handle_zero())) UI_Tooltip
|
||||
{
|
||||
ui_labelf("Texture not loaded.");
|
||||
}
|
||||
if(sig.hovering && !r_handle_match(texture, r_handle_zero()))
|
||||
{
|
||||
if(dim.y > (F32)topology_info.height)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user