Fixed typos
This commit is contained in:
parent
e1ec3b6c78
commit
3abe588157
22 changed files with 32 additions and 32 deletions
|
|
@ -422,7 +422,7 @@ public:
|
|||
indices.push_back((y + 1) * cloth.gridsize.x + x);
|
||||
indices.push_back((y)* cloth.gridsize.x + x);
|
||||
}
|
||||
// Primitive restart (signlaed by special value 0xFFFFFFFF)
|
||||
// Primitive restart (signaled by special value 0xFFFFFFFF)
|
||||
indices.push_back(0xFFFFFFFF);
|
||||
}
|
||||
uint32_t indexBufferSize = static_cast<uint32_t>(indices.size()) * sizeof(uint32_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue