mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 01:36:50 +02:00
fix bug in targetModulation pyramid construction
This commit is contained in:
@@ -853,8 +853,8 @@ void ebsynthCuda(int numStyleChannels,
|
|||||||
|
|
||||||
if (targetModulationData)
|
if (targetModulationData)
|
||||||
{
|
{
|
||||||
resampleGPU(pyramid[level].targetModulation,pyramid[levelCount-1].targetModulation);
|
|
||||||
pyramid[level].targetModulation = TexArray2<NG,unsigned char>(levelTargetSize);
|
pyramid[level].targetModulation = TexArray2<NG,unsigned char>(levelTargetSize);
|
||||||
|
resampleGPU(pyramid[level].targetModulation,pyramid[levelCount-1].targetModulation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user