download sound asset on all platfoms

removed if defined CC_BUILD_CONSOLE preprocessor
This commit is contained in:
headshot2017 2024-03-13 19:54:57 -04:00
parent aa23b5d444
commit 076f8dcb73

View File

@ -1055,9 +1055,7 @@ static const struct AssetSet* const asset_sets[] = {
&ccTexsAssetSet,
&mccTexsAssetSet,
&mccMusicAssetSet,
#if !defined(CC_BUILD_CONSOLE) || defined(CC_BUILD_SWITCH)
&mccSoundAssetSet
#endif /* TODO: Vorbis decoding */
};
void Resources_CheckExistence(void) {