Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
schiele committed Oct 24, 2024
1 parent d8cdc56 commit 2a8f626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/PlatformUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ static std::string lookupResourcesPath()
void PlatformUtils::registerApplicationPath(const std::string& apppath)
{
applicationpath = apppath;
std::cout << "FOO: " << applicationpath << std::endl;
resourcespath = lookupResourcesPath();
path_initialized = true;
}
Expand Down

0 comments on commit 2a8f626

Please sign in to comment.