Open Tibowl opened 4 years ago
Japanese Translation:
タイトル:中破動画の座標ミス
説明 中破の演出アニメーションでは、一つの破片は座標のミスがあり、間違った位置にあります。
スクリーンショット及び動画
バグの再現方法 バグを再現するために、必要な手順を説明してください:(存在しない場合は削除しても良い)
可能な修正方法 29個目の破片の座標を修正します。 (432, 156)を(200, 156)近辺に修正します。
PS:アレイの後ろに付いている座標は何の役割があるでしょう? そういう座標は変数に割り当てられたり、直接的に使われたりしません。 削除して、メモリーの節約にするべきだと思われます。
Description During the Chuuha'd animation, one of the shards has wrong coordinates, appearing to play from wrong location.
Screenshot and/or video
Reproducing Steps to reproduce the behavior:
Possible fix Fix the coordinates of the 29th shard. (432, 156) to something like (200, 156)
Sidenote: What are these coordinates doing after the array? They don't do anything as they aren't assigned to a variable and aren't directly used, should be removed to reduce memory usage.