mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Fix a potentially uninitialized value in love.graphics code. Minor cleanup.
This commit is contained in:
@@ -371,6 +371,7 @@ public:
|
||||
RenderTarget()
|
||||
: canvas(nullptr)
|
||||
, slice(0)
|
||||
, mipmap(0)
|
||||
{}
|
||||
|
||||
bool operator != (const RenderTarget &other) const
|
||||
|
||||
Reference in New Issue
Block a user