We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8321fc7 commit 4323a25Copy full SHA for 4323a25
1 file changed
src/simulation/elements/DRAY.cpp
@@ -22,7 +22,7 @@ int DRAY_update(UPDATE_FUNC_ARGS)
22
copySpaces = parts[i].tmp2 = 0;
23
if (copyLength < 0)
24
copyLength = parts[i].tmp = 0;
25
- else
+ else if (copyLength > 0)
26
copySpaces++; //strange hack
27
if (!parts[i].life) // only fire when life is 0, but nothing sets the life right now
28
{
0 commit comments