mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Fix typo in gles3_builders.py
This commit is contained in:
parent
83c7bf6d94
commit
872ce9adb7
@ -502,7 +502,7 @@ def build_gles3_header(filename, include, class_suffix, output_attribs):
|
||||
for i in range(len(header_data.specialization_names)):
|
||||
defval = header_data.specialization_values[i].strip()
|
||||
if defval.upper() == "TRUE" or defval == "1":
|
||||
defal = "true"
|
||||
defval = "true"
|
||||
else:
|
||||
defval = "false"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user