Skip to content

Commit

Permalink
tex - fix for pc2 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HENDRIX-ZT2 committed Dec 3, 2024
1 parent d9dee66 commit b44f859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions __version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# this file is auto-generated by the pre-commit hook increment_version.py
VERSION = "2024.12.03"
COMMIT_HASH = "975ae94db"
COMMIT_TIME = "Tue Dec 3 15:21:16 2024 +0100"
COMMIT_HASH = "d9dee66ca"
COMMIT_TIME = "Tue Dec 3 15:50:12 2024 +0100"
4 changes: 2 additions & 2 deletions modules/formats/DDS.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def prepare_buffers_and_streams(self, basename, buffer_bytes, name_ext):
if self.context.is_pc_2:
logging.warning("super experimental")
texel_loader = self.get_texel()
self.aux_data = {}
self.aux_data[""] = buffer_bytes[0]
texel_loader.aux_data = {}
texel_loader.aux_data[""] = buffer_bytes[0]
# todo update offsets in mip infos accordingly
# for buf, mip in zip(buffer_bytes, self.texbuffer.mip_maps):
# pass
Expand Down

0 comments on commit b44f859

Please sign in to comment.