mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
de28c6e6a8
Functions which are deprecated will print out a message and show up in a small dialog on-screen, when they're first called. Deprecation output is disabled in fused mode by default, and can be modified with love.setDeprecationOutput(enable). --HG-- branch : minor