mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Fixed build with SCRIPT_AES256_ENCRYPTION_KEY set
(cherry picked from commit 7e8e40a38e72877d0dac13efe917628e2c7a9444)
This commit is contained in:
parent
50f4c90205
commit
74174676b8
@ -20,7 +20,7 @@ if "SCRIPT_AES256_ENCRYPTION_KEY" in os.environ:
|
||||
ec_valid = False
|
||||
else:
|
||||
txt = ""
|
||||
for i in range(len(e) >> 1):
|
||||
for i in range(len(key) >> 1):
|
||||
if i > 0:
|
||||
txt += ","
|
||||
txts = "0x" + key[i * 2 : i * 2 + 2]
|
||||
|
Loading…
x
Reference in New Issue
Block a user