mirror of
https://github.com/4sval/FModel.git
synced 2026-09-25 02:29:21 -05:00
cached textures
This commit is contained in:
@@ -361,7 +361,7 @@ public class CUE4ParseViewModel : ViewModel
|
||||
FLogger.AppendInformation();
|
||||
FLogger.AppendText($"Mappings pulled from '{endpoint.FilePath.SubstringAfterLast("\\")}'", Constants.WHITE, true);
|
||||
}
|
||||
else
|
||||
else if (endpoint.IsValid)
|
||||
{
|
||||
var mappingsFolder = Path.Combine(UserSettings.Default.OutputDirectory, ".data");
|
||||
var mappings = _apiEndpointView.DynamicApi.GetMappings(cancellationToken, endpoint.Url, endpoint.Path);
|
||||
|
||||
Reference in New Issue
Block a user