cleaned up pipeline code for atlas
This commit is contained in:
@@ -21,6 +21,7 @@ namespace RecrownedAthenaeum.Pipeline.TextureAtlas
|
||||
{
|
||||
atlas = JsonConvert.DeserializeObject<TextureAtlasData>(stream.ReadToEnd());
|
||||
}
|
||||
context.AddDependency(atlas.textureName);
|
||||
return atlas;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user