Skip to content

Commit

Permalink
Flake8 corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryOfCarim committed Jun 26, 2024
1 parent 0a377de commit 8f8bc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albam/engines/mtfw/texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def _serialize_texture_21(app_id, dict_tex):

width = bl_im.size[0]
if is_rtex:
image_count = 1 # curently hardcoded
image_count = 1 # curently hardcoded
height = bl_im.size[1]
num_mipmaps = 8 # curently hardcoded
else:
Expand Down

0 comments on commit 8f8bc82

Please sign in to comment.