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:
@@ -1051,7 +1051,7 @@ public:
|
||||
// Replace with a new LocalFileIO...
|
||||
m_fileIO = AZStd::make_unique<AZ::IO::LocalFileIO>();
|
||||
AZ::IO::FileIOBase::SetInstance(m_fileIO.get());
|
||||
|
||||
|
||||
AZStd::string rootFolder(AZ::Test::GetCurrentExecutablePath());
|
||||
AZ::StringFunc::Path::Join(rootFolder.c_str(), "Test.Assets/Gems/AudioSystem/ATLData", rootFolder);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user