jak-project/game/graphics/jak2_texture_remap.h
water111 df646282ab
[jak 2] fix texture lookup problem (#2373)
This should fix a bunch of texture-related issues by generating a table
of overlapping textures and just... adjusting them slightly so they
don't overlap. It's not the most elegant solution in the world, but I
think it's no worse than the existing hard-coded tpage dir stuff.
2023-03-21 19:41:14 -04:00

3 lines
78 B
C

#pragma once
int lookup_jak2_texture_dest_offset(int tpage, int texture_idx);