mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
minor optimization: avoid opening a file twice when its full contents are read.
This commit is contained in:
@@ -47,6 +47,8 @@ public:
|
||||
|
||||
static love::Type type;
|
||||
|
||||
static const int64 SIZE_ALL = -1;
|
||||
|
||||
/**
|
||||
* File open mode.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user