mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-17 06:41:27 -07:00
fix top-level frontend exit logic; eliminate path -> entity code, since we are totally off filesystem entities
This commit is contained in:
@@ -729,8 +729,9 @@ ctrl_entity_alloc(CTRL_EntityStore *store, CTRL_Entity *parent, CTRL_EntityKind
|
||||
}
|
||||
}
|
||||
|
||||
// rjf: bump counter
|
||||
// rjf: bump counters
|
||||
store->entity_kind_counts[kind] += 1;
|
||||
store->entity_kind_alloc_gens[kind] += 1;
|
||||
}
|
||||
return entity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user