cleaned up pipeline code for atlas

This commit is contained in:
2018-12-05 15:18:22 -06:00
parent 4136b1ca22
commit dde2c3dadf
3 changed files with 10 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ namespace RecrownedAthenaeum.Pipeline.TextureAtlas
{
atlas = JsonConvert.DeserializeObject<TextureAtlasData>(stream.ReadToEnd());
}
context.AddDependency(atlas.textureName);
return atlas;
}
}