mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
fix resolution to address value in array case; reintroduce macro map building (but this time it is frontend-wide rather than locked to a watch window)
This commit is contained in:
+1
-1
@@ -8547,7 +8547,7 @@ df_single_line_eval_value_strings_from_eval(Arena *arena, DF_EvalVizStringFlags
|
||||
// rjf: descend to pointed-at thing
|
||||
else if(direct_type_has_content && (flags & DF_EvalVizStringFlag_ReadOnlyDisplayRules))
|
||||
{
|
||||
if(depth < 3)
|
||||
if(depth < 5)
|
||||
{
|
||||
E_Eval pted_eval = zero_struct;
|
||||
pted_eval.type_key = direct_type_key;
|
||||
|
||||
Reference in New Issue
Block a user