Skip to content

Commit 4f32fec

Browse files
committed
Update tsShapeOldRead.cpp
1 parent ec2a55c commit 4f32fec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Engine/source/ts/tsShapeOldRead.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,8 @@ bool TSShape::importSequences(Stream * s, const String& sequencePath)
435435
{
436436
// error -- don't support future version yet :>
437437
Con::errorf(ConsoleLogEntry::General,
438-
"Sequence import failed: shape exporter newer than running executable.");
438+
"Sequence import failed: attempt to load a version %i ddsq-animation, can currently only load version %i and before.",
439+
smReadVersion, smVersion);
439440
return false;
440441
}
441442
if (smReadVersion<19)

0 commit comments

Comments
 (0)