Un-localize some extracted arrays used between functions.

This commit is contained in:
icenine451 2024-05-31 09:31:26 -04:00
parent 5b79bca872
commit 66e7af978c

View file

@ -130,10 +130,10 @@ find_compatible_games() {
fi
touch "$godot_compression_compatible_games"
local compressable_games_list=()
local all_compressable_games=()
local games_to_compress=()
local target_selection="$1"
compressable_games_list=()
all_compressable_games=()
games_to_compress=()
target_selection="$1"
if [[ "$1" == "everything" ]]; then
local compression_format="all"