mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed missing semicolons
This commit is contained in:
@@ -50,7 +50,7 @@ class MaterialProcessor : IAssetProcessor
|
||||
return new AssetProcessorConfig();
|
||||
}
|
||||
|
||||
public static Type ProcessedAssetType => typeof(NewMaterialFile)
|
||||
public static Type ProcessedAssetType => typeof(NewMaterialFile);
|
||||
|
||||
public Result<void> Process(ImportedResource importedResource, AssetConfig config, List<ProcessedResource> outProcessedResources)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user