diff core.js @ 1536:eade64ba381a

Feature #1287: Automatically applied on if looped.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Thu, 23 Jul 2015 10:12:24 +0100
parents d31600062d1c
children bd128cd894be
line wrap: on
line diff
--- a/core.js	Thu Jul 23 10:10:38 2015 +0100
+++ b/core.js	Thu Jul 23 10:12:24 2015 +0100
@@ -717,6 +717,8 @@
 			}
 			if (this.audioObjectsReady == true) {
 				this.timer.startTest();
+				if (this.loopPlayback)
+					{this.setSynchronousLoop();}
 				this.status = 1;
 			}
 		}