Merge pull request #253 from aldatsa/fix-250

Fix #250: Small error in the tutorial Scripting (continued) > Processing
This commit is contained in:
Rémi Verschelde
2016-09-27 09:15:19 +02:00
committed by GitHub
@@ -48,7 +48,7 @@ with the following script:
accum += delta
set_text(str(accum))
Which will show a counter increasing each second.
Which will show a counter increasing each frame.
Groups
------