Commit f66312e
fix: Texture2D Array でのテクスチャブレンディング問題を修正
Random Row Selection 機能において、Texture2D Array 使用時に隣接するテクスチャとブレンドされる問題を修正。
修正内容:
- Texture2D Array モードでのみ、progress値を最も近い整数に丸める処理を追加
- floor(progress + 0.5) により適切な整数インデックスを保証
- 他のモード(Texture2D、3D Texture)への影響なし
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dfc34e1 commit f66312e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
0 commit comments