mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-24 21:48:35 +01:00
Compare commits
No commits in common. "543560feacbc58ed774e6968dac1c6ffbad4fb67" and "f6c59dc4030dd7cfbf59dbdca400dc5aa7592239" have entirely different histories.
543560feac
...
f6c59dc403
2 changed files with 0 additions and 3 deletions
|
@ -43,7 +43,6 @@ Additions
|
|||
|
||||
Improvements
|
||||
- Use TitleContainer for opening streams where possible
|
||||
- Set GraphicsResource Name when loading assets using RawContentManager
|
||||
|
||||
## 5.1.0
|
||||
### MLEM
|
||||
|
|
|
@ -67,8 +67,6 @@ namespace MLEM.Data.Content {
|
|||
this.LoadedAssets[assetName] = t;
|
||||
if (t is IDisposable d && !this.disposableAssets.Contains(d))
|
||||
this.disposableAssets.Add(d);
|
||||
if (t is GraphicsResource r)
|
||||
r.Name = assetName;
|
||||
return t;
|
||||
}
|
||||
} catch (FileNotFoundException) {
|
||||
|
|
Loading…
Reference in a new issue