Browse Source

fixed timestamp initialization

Nicolas Cannasse 3 years ago
parent
commit
00b4a0fcfb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hxd/snd/Manager.hx

+ 1 - 0
hxd/snd/Manager.hx

@@ -242,6 +242,7 @@ class Manager {
 		c.next         = channels;
 		c.isLoading    = sdat.isLoading();
 		c.isVirtual    = driver == null;
+		c.lastStamp    = haxe.Timer.stamp();
 
 		channels = c;
 		return c;