Skip to content

Commit

Permalink
Merge pull request #6 from exomia/development
Browse files Browse the repository at this point in the history
v1.5.2
  • Loading branch information
baetz-daniel authored Aug 2, 2020
2 parents f2704f2 + 3529dcc commit 4abd97e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.300
- name: publish release or debug
- name: publish ${{ github.repository }} [v${{ env.TAG_VERSION }} | ${{ env.TAG_CONFIGURATION }}]
env:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down
2 changes: 1 addition & 1 deletion src/Exomia.ECS/EntityManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public override void Update(GameTime gameTime)
}
for (int si = _entityDrawableSystemsCount - 1; si >= 0; si--)
{
_entityDrawableSystems[si].Remove(entity);
_entityDrawableSystems[si].Changed(entity);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/Exomia.ECS/Exomia.ECS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
<Company>exomia</Company>
<Authors>exomia;saika01</Authors>
<Description>entity component system for the exomia framework</Description>
Expand Down

0 comments on commit 4abd97e

Please sign in to comment.