Skip to content

Commit

Permalink
xrRender_R1: looks like I've forgot to save FFP matrices (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Apr 27, 2023
1 parent b3ccfdc commit 52d8584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRenderDX9/dx9ResourceManager_Resources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SPass* CResourceManager::_CreatePass(const SPass& proto)
P->vs = proto.vs;
P->constants = proto.constants;
P->T = proto.T;
#ifdef _EDITOR
#if defined(USE_DX9) && RENDER == R_R1
P->M = proto.M;
#endif
P->C = proto.C;
Expand Down

0 comments on commit 52d8584

Please sign in to comment.