From 7b676530327a96dd65d0d463b7da0638e46d7827 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 13 Mar 2024 20:42:37 +0100 Subject: [PATCH] 1.8.0 --- src/Arch/Arch.csproj | 4 ++-- src/Arch/Core/{ => Utils}/StructuralChangeAttribute.cs | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/Arch/Core/{ => Utils}/StructuralChangeAttribute.cs (100%) diff --git a/src/Arch/Arch.csproj b/src/Arch/Arch.csproj index 7822ac30..d5a50142 100644 --- a/src/Arch/Arch.csproj +++ b/src/Arch/Arch.csproj @@ -23,7 +23,7 @@ Fixed issue where Unsafe.As did not work on .Net 2.1 for the Dangerous-Utils. Dangerous API now allows setting/getting of recycled ids. Fixed archetype duplication after loading a save. Fixed .Add when a newly non registered component was added. -Now makes use of the updated and improved JobScheduler 1.1.1. +Now makes use of the updated and improved JobScheduler 1.1.2. ScheduleParallelInlineQuery added. Added World.IsAlive(EntityReference); Fixed bug where `World.TrimExcess` does not trim Recycled-Entities which results in an out of bounds exception sooner or later. @@ -106,7 +106,7 @@ CommandBuffer now triggers OnComponentRemoved events. - + diff --git a/src/Arch/Core/StructuralChangeAttribute.cs b/src/Arch/Core/Utils/StructuralChangeAttribute.cs similarity index 100% rename from src/Arch/Core/StructuralChangeAttribute.cs rename to src/Arch/Core/Utils/StructuralChangeAttribute.cs