mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +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))
|
if (!getPlayerSoundProfile(i))
|
||||||
Con::errorf("PlayerData::Preload() - unable to find sfxProfile for asset %d %s", i, mPlayerSoundAssetId[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