Skip to content

Commit a8d7503

Browse files
committed
.
1 parent 891456f commit a8d7503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine/renderer/EntityCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ void TransformEntity( trRefEntity_t* ent ) {
198198
break;
199199

200200
default:
201-
Log::Warn( "TransformEntity: Bad reType: %u model: %u attach: %u", ent->e.reType, ent->e.hModel, ent->e.attachmentEntity );
201+
Log::Warn( "TransformEntity: Bad reType: %u model: %u attach: %u", Util::ordinal( ent->e.reType ), ent->e.hModel, ent->e.attachmentEntity );
202202
break;
203203
}
204204

0 commit comments

Comments
 (0)