diff --git a/Source/Engine/Content/Assets/Texture.cpp b/Source/Engine/Content/Assets/Texture.cpp index e31b40a25..4e3aec94d 100644 --- a/Source/Engine/Content/Assets/Texture.cpp +++ b/Source/Engine/Content/Assets/Texture.cpp @@ -36,7 +36,7 @@ bool Texture::Save(const StringView& path) bool Texture::Save(const StringView& path, const InitData* customData) { - if (OnCheckSave()) + if (OnCheckSave(path)) return true; ScopeLock lock(Locker);