Skip to content

Commit

Permalink
* FIX: (bytes_need<=mSize) && vl_Count
Browse files Browse the repository at this point in the history
  • Loading branch information
ForserX authored and Xottab-DUTY committed Aug 14, 2017
1 parent 63868c7 commit 923466a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRender/R_DStreams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

int rsDVB_Size = 512 + 1024;
int rsDVB_Size = 4096; //Fixed: (bytes_need<=mSize) && vl_Count
int rsDIB_Size = 512;

void _VertexStream::Create()
Expand Down

0 comments on commit 923466a

Please sign in to comment.