mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
request reanimation on view loading-persist
This commit is contained in:
@@ -12515,6 +12515,10 @@ rd_frame(void)
|
|||||||
RD_Cfg *vcfg = rd_cfg_from_id(vs->cfg_id);
|
RD_Cfg *vcfg = rd_cfg_from_id(vs->cfg_id);
|
||||||
if(rd_cfg_child_from_string(vcfg, str8_lit("selected")) != &rd_nil_cfg)
|
if(rd_cfg_child_from_string(vcfg, str8_lit("selected")) != &rd_nil_cfg)
|
||||||
{
|
{
|
||||||
|
if(vs->loading_t_target > 0.5f)
|
||||||
|
{
|
||||||
|
rd_request_frame();
|
||||||
|
}
|
||||||
vs->loading_t_target = 0;
|
vs->loading_t_target = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user