indigo
indigo copied to clipboard
Bug (kinda): `context.sceneTime` is misleading.
I had meant for context.sceneTime
to be the scene running time, but in fact it is the time that the scene changed, so the scene's running time is really context.running - context.sceneTime
.
I'll try and do a patch soon.