Skip to content

Commit

Permalink
Fix typo in gles3_builders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
madmiraal committed Jan 28, 2022
1 parent 83c7bf6 commit 872ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gles3_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 872ce9a

Please sign in to comment.