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

Commit

Permalink
Add error log for when override environment path can not be found (#1712
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bluemarvin authored and keianhzo committed Sep 6, 2019
1 parent 4a0e069 commit d339e23
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit d339e23

Please sign in to comment.