mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-27 14:01:48 -07:00
fix pointer dereference path in type-mode evaluation; carve out exception for lens visualization with string-pointers - in that case, we just want to apply a string size limitation & go to the regular string path; begin getting off old color slots
This commit is contained in:
@@ -246,6 +246,8 @@ struct EV_StringParams
|
||||
U32 min_digits;
|
||||
U8 digit_group_separator;
|
||||
String8 filter;
|
||||
B32 limit_strings;
|
||||
U64 limit_strings_size;
|
||||
};
|
||||
|
||||
typedef struct EV_StringIterTask EV_StringIterTask;
|
||||
|
||||
Reference in New Issue
Block a user