mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed file not closing after require(). Changed seek() to use seconds.
This commit is contained in:
@@ -481,7 +481,6 @@ namespace physfs
|
||||
|
||||
// Create the file.
|
||||
File * file = newFile(filename);
|
||||
file->open(File::READ);
|
||||
|
||||
// Get the data from the file.
|
||||
Data * data = file->read();
|
||||
|
||||
Reference in New Issue
Block a user