krom -> iron

This commit is contained in:
luboslenco
2024-09-03 16:39:16 +02:00
parent 6e8d8959f1
commit f60944ed21
90 changed files with 485 additions and 485 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ function tab_script_draw(htab: ui_handle_t) {
if (!ends_with(path, ".js")) {
path += ".js";
}
krom_file_save_bytes(path, sys_string_to_buffer(str), 0);
iron_file_save_bytes(path, sys_string_to_buffer(str), 0);
});
}
ui_end_sticky();