precompute watch row infos before build

This commit is contained in:
Ryan Fleury
2025-02-12 16:05:37 -08:00
parent c8fb9a0ec9
commit e84f8e66f5
2 changed files with 44 additions and 1080 deletions
+1 -1
View File
@@ -13077,7 +13077,7 @@ rd_frame(void)
{
RD_Cfg *watch = rd_cfg_new(user, str8_lit("watch"));
RD_Cfg *expr = rd_cfg_new(watch, str8_lit("expression"));
rd_cfg_new(expr, str8_lit("targets[1]"));
rd_cfg_new(expr, str8_lit("targets[0]"));
}
{
RD_Cfg *watch = rd_cfg_new(user, str8_lit("watch"));
+43 -1079
View File
File diff suppressed because it is too large Load Diff