2
0
Mark Sibly 7 жил өмнө
parent
commit
0b11aa573b

+ 1 - 1
modules/mojo/audio/native/bbmusic.cpp

@@ -31,7 +31,7 @@ namespace{
 		
 		Counter *succ;
 		int source;
-		std::atomic<int> count=0;
+		std::atomic<int> count{};
 		
 		Counter( int source ):source( source ){
 			succ=counters;