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

Add error log for when override environment path can not be found #1712

Merged
merged 1 commit into from
Sep 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/src/main/cpp/BrowserWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,8 @@ BrowserWorld::UpdateEnvironment() {
} else {
VRB_ERROR("Failed to find custom skybox files.");
}
} else {
VRB_ERROR("Failed to find override skybox storage path %s", storagePath.c_str());
}
}

Expand Down