Skip to content

Commit 6a4c9f5

Browse files
committed
contents/en/documents/2.9: replace frames with ticks
1 parent 06f1e63 commit 6a4c9f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contents/en/documents/2.9.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ <h2>v2.9.1</h2>
142142
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/146?closed=1">Issues for v2.9.1</a></p>
143143
<h3>Bug Fixes</h3>
144144
<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 (<a href="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 (<a href="https://github.com/hajimehoshi/ebiten/issues/3326">#3326</a>).</li>
146146
</ul>

contents/ja/documents/2.9.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ <h2>v2.9.1</h2>
142142
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/146?closed=1">Issues for v2.9.1</a></p>
143143
<h3>バグ修正</h3>
144144
<ul>
145-
<li>1 回キーを離しただけなのに、 <code>inpututil.IsKeyJustReleased</code> が連続したフレームで true を返すことがあった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3326">#3326</a>)。</li>
145+
<li>1 回キーを離しただけなのに、 <code>inpututil.IsKeyJustReleased</code> が連続したティック (Update) で true を返すことがあった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3326">#3326</a>)。</li>
146146
</ul>

0 commit comments

Comments
 (0)