Preapre codebase for FileRequest compiletime improvements (#6192)
* Preapre codebase for FileRequest compiletime improvements This is preparing grounds for the next PR that will contain the 'meat' of the changes. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Remove spurious newline. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
@@ -404,7 +404,7 @@ namespace ScriptCanvasEditor
|
||||
// This updates the asset Id with the canonical assetId on SourceFileChanged
|
||||
|
||||
// This occurs for new ScriptCanvas assets because before the SC asset is saved to disk, the asset database
|
||||
// has no asset Id associated with it, so this uses the supplied source path to find the asset Id registered
|
||||
// has no asset Id associated with it, so this uses the supplied source path to find the asset Id registered
|
||||
AZStd::string fullPath;
|
||||
AzFramework::StringFunc::Path::Join(scanFolder.data(), relativePath.data(), fullPath);
|
||||
AzFramework::ApplicationRequests::Bus::Broadcast(&AzFramework::ApplicationRequests::NormalizePath, fullPath);
|
||||
|
||||
Reference in New Issue
Block a user