Kenneth van Ewijk 9 жил өмнө
parent
commit
c91bb5c656
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      SoundSystem.cpp

+ 1 - 1
SoundSystem.cpp

@@ -54,5 +54,5 @@ void SoundSystem::UnloadSound(unsigned int inID)
 	if (inID > sounds.size())
 		return;
 	delete sounds[inID];
-//	sounds.erase[inID];
+	//sounds.erase(sounds.begin() + inID);
 }