mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable.
This commit is contained in:
@@ -60,10 +60,6 @@ namespace physfs
|
||||
if(!isInited)
|
||||
return false;
|
||||
|
||||
// Check whether save directory is already set.
|
||||
if(!save_identity.empty() || PHYSFS_getWriteDir() != 0)
|
||||
return false;
|
||||
|
||||
// Store the save directory.
|
||||
save_identity = std::string(ident);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user