From b0c11962f6012430da3bcaa2727288046b33d648 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Tue, 24 Oct 2017 15:25:02 -0700 Subject: Changes for 1.1.1 See README.md --- sdk/toolkit/source/NvBlastTkTaskImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdk/toolkit/source/NvBlastTkTaskImpl.cpp') diff --git a/sdk/toolkit/source/NvBlastTkTaskImpl.cpp b/sdk/toolkit/source/NvBlastTkTaskImpl.cpp index bc825a7..d88607c 100644 --- a/sdk/toolkit/source/NvBlastTkTaskImpl.cpp +++ b/sdk/toolkit/source/NvBlastTkTaskImpl.cpp @@ -180,7 +180,7 @@ void TkWorker::process(TkWorkerJob& j) NvBlastFractureBuffers commandBuffer = m_tempBuffer; BLAST_PROFILE_ZONE_BEGIN("Material"); - damage.generateFracture(&commandBuffer, actorLL, timers); + NvBlastActorGenerateFracture(&commandBuffer, actorLL, damage.program, damage.programParams, logLL, timers); BLAST_PROFILE_ZONE_END("Material"); if (commandBuffer.chunkFractureCount > 0 || commandBuffer.bondFractureCount > 0) -- cgit v1.2.3