mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fix staining template reading.
This commit is contained in:
parent
56bbf6593a
commit
66bed4217f
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ public sealed unsafe class PrepareColorSet
|
|||
material->ReadStainingTemplate(dyeTable, stainIds.Stain1.Id, (Half*)&newTable, 0);
|
||||
|
||||
if (stainIds.Stain2.Id != 0)
|
||||
material->ReadStainingTemplate(dyeTable, stainIds.Stain1.Id, (Half*)&newTable, 1);
|
||||
material->ReadStainingTemplate(dyeTable, stainIds.Stain2.Id, (Half*)&newTable, 1);
|
||||
}
|
||||
|
||||
table = newTable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue