summaryrefslogtreecommitdiffstats
path: root/examples/tour/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tour/main.rs')
-rw-r--r--examples/tour/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour/main.rs b/examples/tour/main.rs
index ce477fd9..571bc2e2 100644
--- a/examples/tour/main.rs
+++ b/examples/tour/main.rs
@@ -27,7 +27,7 @@ pub fn main() -> ggez::GameResult {
filesystem::mount(
context,
std::path::Path::new(&format!(
- "{}/resources",
+ "{}/examples/resources",
env!("CARGO_MANIFEST_DIR")
)),
true,