Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit d339e23

Browse files
bluemarvinkeianhzo
authored andcommitted
Add error log for when override environment path can not be found (#1712)
1 parent 4a0e069 commit d339e23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/cpp/BrowserWorld.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,8 @@ BrowserWorld::UpdateEnvironment() {
795795
} else {
796796
VRB_ERROR("Failed to find custom skybox files.");
797797
}
798+
} else {
799+
VRB_ERROR("Failed to find override skybox storage path %s", storagePath.c_str());
798800
}
799801
}
800802

0 commit comments

Comments
 (0)