From 07448d2e62133e52651e87ff18c0c6e9920002ae Mon Sep 17 00:00:00 2001 From: sebas77 Date: Tue, 11 Dec 2018 10:24:40 +0000 Subject: [PATCH] fix compiler error --- Svelto.ECS/EnginesRoot.Entities.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Svelto.ECS/EnginesRoot.Entities.cs b/Svelto.ECS/EnginesRoot.Entities.cs index 9cfb763..7949772 100644 --- a/Svelto.ECS/EnginesRoot.Entities.cs +++ b/Svelto.ECS/EnginesRoot.Entities.cs @@ -159,7 +159,7 @@ namespace Svelto.ECS throw new ECSException(INVALID_DYNAMIC_DESCRIPTOR_ERROR.FastConcat(" ID ").FastConcat(entityGID.entityID) .FastConcat(" group ID ").FastConcat(entityGID.groupID).FastConcat( " descriptor found: ", entityInfoView.type.Name, " descriptor Excepted ", - originalDescriptorType.Name); + originalDescriptorType.Name)); #endif #endif