mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-11 16:45:48 -04:00
download sound asset on all platfoms
removed if defined CC_BUILD_CONSOLE preprocessor
This commit is contained in:
parent
aa23b5d444
commit
076f8dcb73
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user