Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
undev-studio committed Dec 16, 2024
1 parent b67eb67 commit 5e96011
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function renderFrame(time, timeDiff)
{
cgl.frameStore.particleSys.time = time;
cgl.frameStore.particleSys.timeDiff = timeDiff;
cgl.frameStore.particleSys.reset = uniReset.getValue();
// cgl.frameStore.particleSys.reset = uniReset.getValue();

outTime.set(time);
uniTimeParams.setValue([time, timeDiff, inSpawnRate.get(), inSpawnEnergy.get()]);
Expand Down

0 comments on commit 5e96011

Please sign in to comment.