We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425004c commit ef60b4cCopy full SHA for ef60b4c
2 files changed
src/Common/Game/QOS/QOS_Assets.h
@@ -405,7 +405,8 @@ namespace QOS
405
void* vb1;
406
unsigned int vertListCount;
407
XRigidVertList* vertList;
408
- int partBits[7];
+ void* indexBuffer;
409
+ int partBits[6];
410
};
411
412
struct XModelLodInfo
src/Common/Game/T4/T4_Assets.h
@@ -448,8 +448,8 @@ namespace T4
448
void /*IDirect3DVertexBuffer9*/* vb0;
449
450
451
- int partBits[4];
452
void /*IDirect3DIndexBuffer9*/* indexBuffer;
+ int partBits[4];
453
454
455
0 commit comments