Skip to content

Commit

Permalink
Dx9 resize
Browse files Browse the repository at this point in the history
  • Loading branch information
totetmatt committed Oct 7, 2024
1 parent 87dbe10 commit 2301e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_w32_dx9/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ char defaultVertexShader[ 65536 ] =
"}\n";

bool run = true;

bool sizeChanged =false;
LPDIRECT3D9 pD3D = NULL;
LPDIRECT3DDEVICE9 pDevice = NULL;
LPD3DXCONSTANTTABLE pConstantTable = NULL;
Expand Down

0 comments on commit 2301e68

Please sign in to comment.