mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-15 20:17:42 +01:00
Disable Material stuff for now.
This commit is contained in:
parent
b5b9289dc2
commit
99181d2fdb
3 changed files with 6 additions and 5 deletions
|
|
@ -30,7 +30,8 @@ public sealed unsafe class MaterialManager : IRequiredService, IDisposable
|
|||
_penumbra = penumbra;
|
||||
_event = prepareColorSet;
|
||||
|
||||
_event.Subscribe(OnPrepareColorSet, PrepareColorSet.Priority.MaterialManager);
|
||||
// TODO Material
|
||||
//_event.Subscribe(OnPrepareColorSet, PrepareColorSet.Priority.MaterialManager);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue