Merge branch 'ZaPx64-texture-asset-save-fix' of https://github.com/ZaPx64/FlaxEngine into ZaPx64-ZaPx64-texture-asset-save-fix
This commit is contained in:
@@ -36,7 +36,7 @@ bool Texture::Save(const StringView& path)
|
|||||||
|
|
||||||
bool Texture::Save(const StringView& path, const InitData* customData)
|
bool Texture::Save(const StringView& path, const InitData* customData)
|
||||||
{
|
{
|
||||||
if (OnCheckSave())
|
if (OnCheckSave(path))
|
||||||
return true;
|
return true;
|
||||||
ScopeLock lock(Locker);
|
ScopeLock lock(Locker);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user