added hidden property to Collider Component

This commit is contained in:
Alan Youngblood 2021-08-16 17:29:50 -04:00
parent 586a774cde
commit 8713b76f83

View File

@ -48,6 +48,7 @@ SDL_Texture* AssetManager::GetTexture(std::string id)
} }
//Sound Mixer //Sound Mixer
//Sound Clips //Sound Clips
void AssetManager::AddSoundClip(std::string id, const char* path) void AssetManager::AddSoundClip(std::string id, const char* path)
{ {