Skip to content

Commit

Permalink
Update VFS after committing.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Jun 5, 2024
1 parent 8734621 commit f35677a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textures/texture_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ static bool TextureDirSave(struct texture_dir *dir)
vfclose(texture_out);
vfclose(out);
W_CommitChanges(wf);
VFS_Refresh(dir->parent_dir);

return true;
}
Expand Down

0 comments on commit f35677a

Please sign in to comment.