Build fixes

This commit is contained in:
luboslenco
2024-10-18 19:09:37 +02:00
parent f1ebd1624f
commit f63f18597f
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -107,7 +107,8 @@ function ui_nodes_ext_draw_buttons(ew: f32, start_y: f32) {
}
}
console_log("Processing finished in " + (time_time() - timer));
let t: f32 = time_time() - timer;
console_log("Processing finished in " + t);
iron_ml_unload();
console_progress(null);