mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
Fix typo
This commit is contained in:
parent
2edc17367a
commit
075409130b
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ void GPU::drawArrays() {
|
|||
// Vertex attributes used as padding
|
||||
// 12, 13, 14 and 15 are equivalent to 4, 8, 12 and 16 bytes of padding respectively
|
||||
if (index >= 12) [[unlikely]] {
|
||||
// Align attriubte address up to a 4 byte boundary
|
||||
// Align attribute address up to a 4 byte boundary
|
||||
attrAddress = (attrAddress + 3) & -4;
|
||||
attrAddress += (index - 11) << 2;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue