You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contents/en/documents/2.9.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,3 +144,9 @@ <h3>Bug Fixes</h3>
144
144
<ul>
145
145
<li>Fixed an issue where <code>inpututil.IsKeyJustReleased</code> could return true for multiple consecutive ticks (Update calls) even though the key was released only once (<ahref="https://github.com/hajimehoshi/ebiten/issues/3326">#3326</a>).</li>
146
146
</ul>
147
+
<h2>v2.9.2</h2>
148
+
<p><ahref="https://github.com/hajimehoshi/ebiten/milestone/147?closed=1">Issues for v2.9.2</a></p>
149
+
<h3>Bug Fixes</h3>
150
+
<ul>
151
+
<li>Fixed an issue where vector rendering did not work correctly on images created by <code>SubImage</code> (<ahref="https://github.com/hajimehoshi/ebiten/issues/3330">#3330</a>).</li>
0 commit comments