diff options
Diffstat (limited to 'Source/Plugins/Plugin_VideoDX9/Src/DecodedVArray.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoDX9/Src/DecodedVArray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Plugins/Plugin_VideoDX9/Src/DecodedVArray.cpp b/Source/Plugins/Plugin_VideoDX9/Src/DecodedVArray.cpp index 7ee5d16634..4914d341bb 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/DecodedVArray.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/DecodedVArray.cpp @@ -22,13 +22,13 @@ void DecodedVArray::Zero() posMtxInds = 0;
for (int i=0; i<3; i++)
normals[i] = 0;
+ for (int i=0; i<2; i++)
+ colors[i] = 0;
for (int i=0; i<8; i++)
{
texMtxInds[i] = 0;
uvs[i] = 0;
}
- for (int i=0; i<2; i++)
- colors[i] = 0;
}
void DecodedVArray::Destroy()
|
