Skip to content

Commit

Permalink
Update f3d_texture_writer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 18, 2024
1 parent 7e9a909 commit 8e1c359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/f3d/f3d_texture_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def setup_single_tex(self, is_ci: bool, use_large_tex: bool):
if self.useTex:
self.loadPal = True
self.palBaseName = self.getPaletteName()
if self.tmemSize >= tmem_size:
if self.tmemSize > tmem_size:
if use_large_tex:
self.doTexLoad = False
return True
Expand Down

0 comments on commit 8e1c359

Please sign in to comment.