mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix uninitialized pointers leading to crashes
This commit is contained in:
@@ -198,6 +198,8 @@ Graphics::Graphics()
|
||||
, fanIndexBuffer(nullptr)
|
||||
, capabilities()
|
||||
, defaultTextures()
|
||||
, defaultTexelBuffers()
|
||||
, defaultStorageBuffer(nullptr)
|
||||
, cachedShaderStages()
|
||||
{
|
||||
transformStack.reserve(16);
|
||||
|
||||
Reference in New Issue
Block a user