Browse Source

fix compiler error

tags/2.7
sebas77 5 years ago
parent
commit
07448d2e62
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Svelto.ECS/EnginesRoot.Entities.cs

+ 1
- 1
Svelto.ECS/EnginesRoot.Entities.cs View File

@@ -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


Loading…
Cancel
Save