mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Build type information on first use (load-time), instead of using a hardcoded list
--HG-- branch : dynamiccore2
This commit is contained in:
@@ -27,6 +27,8 @@ namespace love
|
||||
namespace image
|
||||
{
|
||||
|
||||
love::Type ImageData::type(&Data::type);
|
||||
|
||||
ImageData::ImageData()
|
||||
: data(nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user