Browse Source

fixed timestamp initialization

Nicolas Cannasse 3 năm trước cách đây
mục cha
commit
00b4a0fcfb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;