Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Jul 16, 2024
1 parent e45250e commit 6bacfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/nCine/MainApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ namespace nCine
#else
const char* envGameControllerConfig = ::getenv("SDL_GAMECONTROLLERCONFIG");
if (envGameControllerConfig != nullptr && envGameControllerConfig[0] != '\0') {
inputManager_->AddJoyMappingsFromString(envGameControllerConfig, "SDL_GAMECONTROLLERCONFIG variable"_s);
inputManager_->addJoyMappingsFromString(envGameControllerConfig, "SDL_GAMECONTROLLERCONFIG variable"_s);
}
#endif

Expand Down

0 comments on commit 6bacfe5

Please sign in to comment.