Skip to content

Commit

Permalink
Merge pull request #1723 from NZJenkins/lsw2_fix
Browse files Browse the repository at this point in the history
Initialize pCurrentvertexShaderStreamInfo to nullptr
  • Loading branch information
PatrickvL committed Sep 11, 2019
2 parents ea0cf8d + 6b5f403 commit ea17cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/hle/D3D8/XbVertexShader.cpp
Expand Up @@ -1738,7 +1738,7 @@ class XboxVertexDeclarationConverter
protected: protected:
// Internal variables // Internal variables
XTL::CxbxVertexShaderInfo* pVertexShaderInfoToSet; XTL::CxbxVertexShaderInfo* pVertexShaderInfoToSet;
XTL::CxbxVertexShaderStreamInfo* pCurrentVertexShaderStreamInfo; XTL::CxbxVertexShaderStreamInfo* pCurrentVertexShaderStreamInfo = nullptr;
DWORD temporaryCount; DWORD temporaryCount;
bool IsFixedFunction; bool IsFixedFunction;
XTL::D3DVERTEXELEMENT* pRecompiled; XTL::D3DVERTEXELEMENT* pRecompiled;
Expand Down

0 comments on commit ea17cb6

Please sign in to comment.