You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (dgo_name != "SNO.DGO" && db.obj_files_by_dgo.count(dgo_name) == 0) {
lg::warn("Skipping adding {} because we are in Jak 2 mode", dgo_name);
const std::string local_dgo_name = "SNO.DGO";
extract_art_groups_from_level(db, tex_db, extract_bsp_from_level(db, tex_db, local_dgo_name, hacks, extract_collision, level_data), local_dgo_name, level_data);
}```
This condition was intended to skip this if it was jak2, however the logic needs to be reworked.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: