mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[dxgi] increase the comRef global count
This commit is contained in:
@@ -273,8 +273,8 @@ static bool dxgi_init(void)
|
||||
DEBUG_ASSERT(this);
|
||||
|
||||
if (!comRef_init(
|
||||
20 + this->maxTextures * 8, //max total globals
|
||||
20 //max total locals
|
||||
20 + this->maxTextures * 16, //max total globals
|
||||
20 //max total locals
|
||||
))
|
||||
{
|
||||
DEBUG_ERROR("failed to intialize the comRef tracking");
|
||||
|
Reference in New Issue
Block a user