mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-09 01:01:06 +00:00
Increase picaGL vertex buffer size
Use explicit picaGL initialization to increase vertex buffer size. Fixes garbled geometry and random freezes.
This commit is contained in:
parent
9f3769cb1a
commit
f40c68d6d0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ GL_Init
|
|||
*/
|
||||
void GL_Init (void)
|
||||
{
|
||||
pglInit();
|
||||
pglInitEx(0x040000, 0x100000);
|
||||
|
||||
gl_vendor = glGetString (GL_VENDOR);
|
||||
gl_renderer = glGetString (GL_RENDERER);
|
||||
|
|
Loading…
Reference in a new issue