Adjustment for deleteFileSafety in #3992

This commit is contained in:
Wojtek Figat
2026-03-10 14:16:08 +01:00
parent 90ffc4e5f9
commit a0bb8efc2b
3 changed files with 9 additions and 9 deletions

View File

@@ -316,7 +316,7 @@ void Asset::OnDeleteObject()
// Delete file
if (!IsVirtual())
Content::deleteFileSafety(path, id);
Content::deleteFileSafety(path, &id);
}
#endif
}