Skip to content

Commit

Permalink
Last fix before release?
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFreezed committed May 31, 2020
1 parent 9103a70 commit 4773a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exportTemplates/defaultLuaClipboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for _, ps in ipairs(particleSystems) do

if ps.kickStartSteps > 0 or ps.emitAtStart > 0 then
Text"-- At start time:\n"
Text"ps:start()\n"
Text"-- ps:start()\n"
if ps.kickStartSteps > 0 then
Text"-- for step = 1, " LuaCsv(ps.kickStartSteps) Text" ps:update(" LuaCsv(ps.kickStartDt) Text") end\n"
end
Expand Down

0 comments on commit 4773a89

Please sign in to comment.