Skip to content

Commit

Permalink
update pm_tex_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
z64a committed Sep 24, 2024
1 parent e019793 commit ea57b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/splat_ext/pm_tex_pool.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from splat.segtypes.n64.segment import N64Segment
from splat.segtypes.segment import Segment
from splat.util import options


class N64SegPm_tex_pool(N64Segment):
class N64SegPm_tex_pool(Segment):
def split(self, rom_bytes):
pass # textures dumped from pm_map_data

Expand Down

0 comments on commit ea57b26

Please sign in to comment.