Skip to content

Commit

Permalink
0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Jan 5, 2025
1 parent 4b2cc1d commit a1ae317
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Promete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 0.27.1
- **Fix(AudioPlayer):** `Play` を2回呼び出すと、やっぱり `IsPlaying == false` となる不具合が治っていなかったので、今度こそ、きっと、多分、直した(はず)
## 0.27.2
- **Fix(Sprite):** ピボットを設定した状態でテクスチャを変更すると、描画位置がおかしくなる不具合を修正

## 0.27.1
- **Fix(AudioPlayer):** `Play` を2回呼び出すと、やっぱり `IsPlaying == false` となる不具合が治っていなかったので、今度こそ、きっと、多分、直した(はず)

## 0.27.0
- **BREAKING CHANGE**: Rect, RectIntそれぞれのRight, Bottomプロパティの挙動が変わりました。
Expand Down
2 changes: 1 addition & 1 deletion Promete/Promete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<PackageId>Promete</PackageId>
<Version>0.27.1</Version>
<Version>0.27.2</Version>
<PackageTags>Game Engine;2D;gamedev;games;gaming;windowing;OpenGL</PackageTags>
<Description>A lightweight, extensible and easy game engine.
</Description>
Expand Down

0 comments on commit a1ae317

Please sign in to comment.