diff options
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader_TextCoord.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoader_TextCoord.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader_TextCoord.cpp b/Source/Core/VideoCommon/VertexLoader_TextCoord.cpp index d8fcf9bbaa..b7a6a3ec7b 100644 --- a/Source/Core/VideoCommon/VertexLoader_TextCoord.cpp +++ b/Source/Core/VideoCommon/VertexLoader_TextCoord.cpp @@ -132,11 +132,11 @@ void LOADERDECL TexCoord_ReadIndex_Float2_SSSE3() static TPipelineFunction tableReadTexCoord[4][8][2] = { { - {NULL, NULL,}, - {NULL, NULL,}, - {NULL, NULL,}, - {NULL, NULL,}, - {NULL, NULL,}, + {nullptr, nullptr,}, + {nullptr, nullptr,}, + {nullptr, nullptr,}, + {nullptr, nullptr,}, + {nullptr, nullptr,}, }, { {TexCoord_ReadDirect<u8, 1>, TexCoord_ReadDirect<u8, 2>,}, |
