mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 18:43:48 +00:00
sound followups
debug spam removal
This commit is contained in:
parent
98657bde7a
commit
9217c62446
1 changed files with 0 additions and 3 deletions
|
|
@ -477,9 +477,6 @@ bool PlayerData::preload(bool server, String &errorStr)
|
|||
{
|
||||
if (!getPlayerSoundProfile(i))
|
||||
Con::errorf("PlayerData::Preload() - unable to find sfxProfile for asset %d %s", i, mPlayerSoundAssetId[i]);
|
||||
|
||||
const char* enumString = castConsoleTypeToString(static_cast<Sounds>(i));
|
||||
Con::printf("preload: %s = %s", enumString, mPlayerSoundAssetId[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue