mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-12 23:31:38 -07:00
do not skip basic itypes when building type building dependency chains!
This commit is contained in:
@@ -1801,7 +1801,6 @@ p2r_convert(Arena *arena, P2R_ConvertParams *params)
|
||||
for EachInRange(idx, range)
|
||||
{
|
||||
CV_TypeId itype = (CV_TypeId)idx;
|
||||
if(itype < itype_first) { continue; }
|
||||
|
||||
//- rjf: push initial itype - should be final-visited-itype for this itype
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user