Skip to content

Commit 923466a

Browse files
ForserXXottab-DUTY
authored andcommitted
* FIX: (bytes_need<=mSize) && vl_Count
1 parent 63868c7 commit 923466a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layers/xrRender/R_DStreams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Construction/Destruction
77
//////////////////////////////////////////////////////////////////////
88

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

1212
void _VertexStream::Create()

0 commit comments

Comments
 (0)