Fix the deprecation list UI to respect love.setDeprecationOutput.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-08-27 21:56:07 -03:00
parent dda0200ffe
commit d35f69bcff
+3
View File
@@ -44,6 +44,9 @@ Deprecations::~Deprecations()
void Deprecations::draw(Graphics *gfx)
{
if (!isDeprecationOutputEnabled())
return;
GetDeprecated deprecations;
if (deprecations.all.empty())