Skip to content

Commit

Permalink
Revert "Update scripts/scr_ComplexSet/scr_ComplexSet.gml"
Browse files Browse the repository at this point in the history
This reverts commit 1cd3dd7.
  • Loading branch information
OH296 committed Feb 20, 2025
1 parent 1cd3dd7 commit f9a5016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/scr_ComplexSet/scr_ComplexSet.gml
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,7 @@ global.modular_drawing_items = [
throw ("use_sets.json File Wrong Format");
}
for (var i=0;i<array_length(_raw_data);_raw_data++){
-for (var i=0;i<array_length(_raw_data);_raw_data++){
+for (var i=0; i<array_length(_raw_data); i++){
var _sepcific_vis_set = _vis_set_directory + $"\\_raw_data[i]";
if (directory_exists(_sepcific_vis_set)){
var _file_buffer = buffer_load(_sepcific_vis_set + "\\data.json");
if (file_buffer == -1) {
Expand Down

0 comments on commit f9a5016

Please sign in to comment.