Skip to content

Commit

Permalink
(Launcher) Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
innerviewer committed Aug 11, 2024
1 parent 40a63bc commit 71d549f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Core/src/Core/Launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace SR_CORE_NS {
}

#ifdef SR_ENGINE_FLATPAK_BUILD
if (InitializeResourcesFolder(argc, argv)) {
if (Super::InitializeResourcesFolder(argc, argv)) {
return LauncherInitStatus::Success;
}

Expand Down

0 comments on commit 71d549f

Please sign in to comment.