mirror of
https://github.com/love2d/love.git
synced 2026-08-20 20:49:54 +02:00
Fixed crash in ImageData:paste
This commit is contained in:
@@ -57,11 +57,6 @@ public:
|
|||||||
// Implements ImageData.
|
// Implements ImageData.
|
||||||
void encode(love::filesystem::File *f, Format format);
|
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
|
}; // ImageData
|
||||||
|
|
||||||
} // devil
|
} // devil
|
||||||
|
|||||||
Reference in New Issue
Block a user