Skip to content

Commit

Permalink
Fix origin shift animation
Browse files Browse the repository at this point in the history
  • Loading branch information
romandykyi committed Jul 2, 2024
1 parent 8aacb8f commit ed58532
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Labyrinthian.Svg/Labyrinthian.Svg.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.2.0.0</Version>
<Version>1.2.1.0</Version>
<Authors>Roman Dykyi</Authors>
<AssemblyVersion></AssemblyVersion>
</PropertyGroup>
Expand Down Expand Up @@ -42,7 +42,7 @@

<ItemGroup>
<ProjectReference Include="..\Labyrinthian\Labyrinthian.csproj" />
<PackageReference Include="Labyrinthian" Version="1.2.2.0" />
<PackageReference Include="Labyrinthian" Version="1.2.3.0" />
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions Labyrinthian/Generation/OriginShiftGeneration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ protected override IEnumerable<Maze> Generation()

yield return Maze;
}

SelectedCell = null;
yield return Maze;
}

public override Maze Generate()
Expand Down
2 changes: 1 addition & 1 deletion Labyrinthian/Labyrinthian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RepositoryUrl>https://github.com/romandykyi/Labyrinthian</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<AssemblyVersion></AssemblyVersion>
<Version>1.2.2.0</Version>
<Version>1.2.3.0</Version>
<Authors>Roman Dykyi</Authors>
</PropertyGroup>

Expand Down

0 comments on commit ed58532

Please sign in to comment.