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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,5 +142,5 @@ <h2>v2.9.1</h2>
142
142
<p><ahref="https://github.com/hajimehoshi/ebiten/milestone/146?closed=1">Issues for v2.9.1</a></p>
143
143
<h3>Bug Fixes</h3>
144
144
<ul>
145
-
<li>Fixed an issue where <code>inpututil.IsKeyJustReleased</code> could return true for multiple consecutive frames even though the key was released only once (<ahref="https://github.com/hajimehoshi/ebiten/issues/3326">#3326</a>).</li>
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>
0 commit comments