diff --git a/src/image_cache/directory.rs b/src/image_cache/directory.rs
index 66f286d4..794a1a2c 100644
--- a/src/image_cache/directory.rs
+++ b/src/image_cache/directory.rs
@@ -71,7 +71,7 @@ pub struct Directory {
/// Maps file indicies to indicies for the `curr_image_idx`.
/// This is relevant when the current image is given by its name
/// when it will first be located by its file index.
- file_i_to_img_i: Vec