raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

Check if link override entity is nil

Open tonsa1 opened this issue 1 year ago • 0 comments

Explained here: https://github.com/EpicGames/raddebugger/issues/86

df_possible_overrides_from_entity(Arena *arena, DF_Entity *entity) function keeps creating new strings because the override is not valid. Adding a check for override fixes the issue.

tonsa1 avatar Jan 20 '24 15:01 tonsa1