SDL_CreateEnvironment() fills the environment with a non-zero parameter

This commit is contained in:
Sam Lantinga
2024-09-14 09:18:07 -07:00
parent 76c469910e
commit aa7357a14d
5 changed files with 9 additions and 9 deletions

View File

@@ -207,7 +207,7 @@ static void run_zenity(zenityArgs* arg_struct)
goto done;
}
env = SDL_CreateEnvironment(SDL_FALSE);
env = SDL_CreateEnvironment(true);
if (!env) {
goto done;
}