mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 22:29:53 +00:00
df646282ab
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.
3 lines
78 B
C
3 lines
78 B
C
#pragma once
|
|
|
|
int lookup_jak2_texture_dest_offset(int tpage, int texture_idx); |