Skip to content

Commit

Permalink
Refresh parent WAD directory after writing textures.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Aug 3, 2024
1 parent 68beaf8 commit d42feec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textures/lump_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ void TX_LumpDirFree(struct lump_dir *dir)

TX_DirGetParent(&dir->dir, &ent);
dir->lump_dir_funcs->save(dir, dir->parent_dir, ent);
VFS_Refresh(dir->parent_dir);
}
TX_FreeBundle(&dir->b);
VFS_DirectoryUnref(TX_DirGetParent(&dir->dir, NULL));
Expand Down

0 comments on commit d42feec

Please sign in to comment.