mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix the deprecation list UI to respect love.setDeprecationOutput.
--HG-- branch : minor
This commit is contained in:
@@ -44,6 +44,9 @@ Deprecations::~Deprecations()
|
||||
|
||||
void Deprecations::draw(Graphics *gfx)
|
||||
{
|
||||
if (!isDeprecationOutputEnabled())
|
||||
return;
|
||||
|
||||
GetDeprecated deprecations;
|
||||
|
||||
if (deprecations.all.empty())
|
||||
|
||||
Reference in New Issue
Block a user