mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fix non-stream buffers uploading redundant data when a sub-range is modified.
https://love2d.org/forums/viewtopic.php?f=4&t=92458
This commit is contained in:
@@ -70,8 +70,8 @@ private:
|
||||
// A pointer to mapped memory.
|
||||
char *memory_map;
|
||||
|
||||
size_t modified_offset;
|
||||
size_t modified_size;
|
||||
size_t modified_start;
|
||||
size_t modified_end;
|
||||
|
||||
}; // Buffer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user