mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-13 03:07:42 +01:00
Update Advanced Dyes.
This commit is contained in:
parent
de9fb1fd9f
commit
2f95a4ea34
10 changed files with 180 additions and 77 deletions
|
|
@ -306,8 +306,6 @@ public class StateApplier(
|
|||
|
||||
public unsafe void ChangeMaterialValue(ActorData data, MaterialValueIndex index, ColorRow? value, bool force)
|
||||
{
|
||||
// TODO fix when working
|
||||
return;
|
||||
if (!force && !_config.UseAdvancedDyes)
|
||||
return;
|
||||
|
||||
|
|
@ -340,8 +338,6 @@ public class StateApplier(
|
|||
|
||||
public unsafe void ChangeMaterialValues(ActorData data, in StateMaterialManager materials, bool force)
|
||||
{
|
||||
// TODO: fix when working
|
||||
return;
|
||||
if (!force && !_config.UseAdvancedDyes)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue