mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Clean up love.image because we own the memory, not DevIL
This commit is contained in:
@@ -43,7 +43,7 @@ namespace image
|
||||
/**
|
||||
* Destructor.
|
||||
**/
|
||||
virtual ~Image(){};
|
||||
virtual ~Image() {};
|
||||
|
||||
/**
|
||||
* Creates new ImageData from a file.
|
||||
|
||||
Reference in New Issue
Block a user