Skip to content

Commit d69fec7

Browse files
committed
reenable export_obj_and_lightmaps (breaks things...)
1 parent e3e6bba commit d69fec7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/bspinfo.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,8 @@ void serialize_bsp(const bspdata_t &bspdata, const mbsp_t &bsp, const fs::path &
950950
}
951951
}
952952
#endif
953-
// export_obj_and_lightmaps(bsp, bspdata.bspx.entries, false, true, fs::path(name).replace_extension(".geometry.obj"),
954-
// fs::path(name).replace_extension(".lm.png"));
953+
export_obj_and_lightmaps(bsp, bspdata.bspx.entries, false, true, fs::path(name).replace_extension(".geometry.obj"),
954+
fs::path(name).replace_extension(".lm.png"));
955955

956956
std::ofstream(name, std::fstream::out | std::fstream::trunc) << std::setw(4) << j;
957957

0 commit comments

Comments
 (0)