From 2a8f62688bc30a453e9b319bdefa92cabaad4fd5 Mon Sep 17 00:00:00 2001 From: Robert Schiele Date: Thu, 24 Oct 2024 22:11:53 +0200 Subject: [PATCH] x --- src/platform/PlatformUtils.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/PlatformUtils.cc b/src/platform/PlatformUtils.cc index 33b8d2be57e..104570a9427 100644 --- a/src/platform/PlatformUtils.cc +++ b/src/platform/PlatformUtils.cc @@ -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; }