2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 14:19:12 +00:00

Retail offsets added

This commit is contained in:
Jack Andersen
2016-03-02 15:06:42 -10:00
parent 7bf455af79
commit a260108a09
8 changed files with 232 additions and 231 deletions

View File

@@ -217,8 +217,8 @@ struct MetalElementDataBindingFactory : CElementGenShaders::IDataBindingFactory
{
CGenDescription* desc = gen.GetDesc();
CUVElement* texr = desc->x54_TEXR.get();
CUVElement* tind = desc->x58_TIND.get();
CUVElement* texr = desc->x54_x40_TEXR.get();
CUVElement* tind = desc->x58_x44_TIND.get();
int texCount = 0;
boo::ITexture* textures[3];