mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Asset Drag'n'Drop preview
This commit is contained in:
@@ -228,8 +228,8 @@ class AssetHierarchy
|
||||
{
|
||||
if (File.Exists(fileToMove->AssetFile.AssetConfigPath))
|
||||
{
|
||||
String newConfigPathName = scope .(newPathName);
|
||||
newConfigPathName.Append(AssetFile.ConfigFileExtension);
|
||||
String newConfigPathName = scope .(newPathName);
|
||||
newConfigPathName.Append(AssetFile.ConfigFileExtension);
|
||||
|
||||
if (File.Move(fileToMove->AssetFile.AssetConfigPath, newConfigPathName) case .Err(let error))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user