mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Renamed love.window.set/isScreenSaverEnabled to love.window.set/isDisplaySleepEnabled.
This commit is contained in:
@@ -219,7 +219,7 @@ bool Filesystem::setSource(const char *source)
|
||||
std::string new_search_path = source;
|
||||
|
||||
#ifdef LOVE_ANDROID
|
||||
if (!love::android::createStorageDirectories ())
|
||||
if (!love::android::createStorageDirectories())
|
||||
SDL_Log("Error creating storage directories!");
|
||||
|
||||
char* game_archive_ptr = NULL;
|
||||
|
||||
Reference in New Issue
Block a user