reworded it slightly

This commit is contained in:
laochailan 2017-04-03 10:11:50 +02:00
parent bc0c7696e6
commit 54323b13de

View file

@ -29,7 +29,7 @@
// Like FROM_TO just with two different intervals:
// A pause interval step and an action interval dur. For dur frames something
// happens, then for step frames there is a break of step frames.
// happens, then for step frames there is a break.
//
// Lastly, istep is the step inside the action interval. For istep = 2, only
// every second frame of dur is executed.