Minor tweaks

This commit is contained in:
Wojtek Figat
2023-08-01 10:27:31 +02:00
parent ce16debabd
commit 94386d24ab
6 changed files with 7 additions and 7 deletions

View File

@@ -2143,7 +2143,7 @@ BytesContainer VisualScript::LoadSurface()
#if USE_EDITOR
bool VisualScript::SaveSurface(BytesContainer& data, const Metadata& meta)
bool VisualScript::SaveSurface(const BytesContainer& data, const Metadata& meta)
{
// Wait for asset to be loaded or don't if last load failed
if (LastLoadFailed())