mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed crash in ImageData:paste
This commit is contained in:
@@ -57,11 +57,6 @@ public:
|
||||
// Implements ImageData.
|
||||
void encode(love::filesystem::File *f, Format format);
|
||||
|
||||
// We need to be thread-safe
|
||||
// so we lock when we're accessing our
|
||||
// data
|
||||
Mutex *mutex;
|
||||
|
||||
}; // ImageData
|
||||
|
||||
} // devil
|
||||
|
||||
Reference in New Issue
Block a user