mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Removed annoying warning.
This commit is contained in:
parent
84ebe885e3
commit
fd3d44c755
1 changed files with 0 additions and 4 deletions
|
|
@ -487,10 +487,6 @@ bool PlayerData::preload(bool server, String &errorStr)
|
||||||
dp->death = false;
|
dp->death = false;
|
||||||
if (dp->sequence != -1)
|
if (dp->sequence != -1)
|
||||||
getGroundInfo(si,thread,dp);
|
getGroundInfo(si,thread,dp);
|
||||||
|
|
||||||
// No real reason to spam the console about a missing jet animation
|
|
||||||
if (dStricmp(sp->name, "jet") != 0)
|
|
||||||
AssertWarn(dp->sequence != -1, avar("PlayerData::preload - Unable to find named animation sequence '%s'!", sp->name));
|
|
||||||
}
|
}
|
||||||
for (S32 b = 0; b < mShape->sequences.size(); b++)
|
for (S32 b = 0; b < mShape->sequences.size(); b++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue