1
0
mirror of synced 2024-12-02 19:17:24 +01:00

Fix emitter samplers for switch ptcl

This commit is contained in:
KillzXGaming 2019-08-19 20:04:17 -04:00
parent d46c3bc7ec
commit e649ec13bf
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -1206,6 +1206,8 @@ namespace FirstPlugin
SetType(Color1KeyCount != 0, Color1Array, 1, false);
SetType(Alpha1KeyCount != 0, Color1AlphaArray, 1, true);
reader.Seek(Position + 2464, SeekOrigin.Begin);
for (int i = 0; i < 3; i++)
{
SamplerInfo samplerInfo = new SamplerInfo();