Fix a potentially uninitialized value in love.graphics code. Minor cleanup.

This commit is contained in:
Alex Szpakowski
2019-04-02 20:20:18 -03:00
parent b439ff07ce
commit 0c2153e0ca
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -371,6 +371,7 @@ public:
RenderTarget()
: canvas(nullptr)
, slice(0)
, mipmap(0)
{}
bool operator != (const RenderTarget &other) const