diff --git a/headless/WindowsHeadlessHost.cpp b/headless/WindowsHeadlessHost.cpp index 406f234d7d..60c701e33b 100644 --- a/headless/WindowsHeadlessHost.cpp +++ b/headless/WindowsHeadlessHost.cpp @@ -71,6 +71,7 @@ void WindowsHeadlessHost::LoadNativeAssets() g_VFS.Register("", new DirectoryReader(Path("assets"))); g_VFS.Register("", new DirectoryReader(Path(""))); g_VFS.Register("", new DirectoryReader(Path(".."))); + g_VFS.Register("", new DirectoryReader(Path("../assets"))); g_VFS.Register("", new DirectoryReader(Path("../Windows/assets"))); g_VFS.Register("", new DirectoryReader(Path("../Windows"))); }