mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-06-04 20:16:38 +00:00
Update tsShapeOldRead.cpp
This commit is contained in:
parent
ec2a55c535
commit
4f32fec320
1 changed files with 2 additions and 1 deletions
|
|
@ -435,7 +435,8 @@ bool TSShape::importSequences(Stream * s, const String& sequencePath)
|
|||
{
|
||||
// error -- don't support future version yet :>
|
||||
Con::errorf(ConsoleLogEntry::General,
|
||||
"Sequence import failed: shape exporter newer than running executable.");
|
||||
"Sequence import failed: attempt to load a version %i ddsq-animation, can currently only load version %i and before.",
|
||||
smReadVersion, smVersion);
|
||||
return false;
|
||||
}
|
||||
if (smReadVersion<19)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue