mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[vulkan] Fix a typo in a comment
Double "the"
This commit is contained in:
parent
9d63d4901f
commit
c0048c14b3
1 changed files with 2 additions and 2 deletions
|
@ -428,8 +428,8 @@ particles_update (qfv_renderframe_t *rFrame)
|
|||
// two buffers over the system buffer. This avoids either buffer being
|
||||
// just past the end of the staging buffer (which the validation layers
|
||||
// (correctly) do not like).
|
||||
// This is fine because the two buffers are only read by the the
|
||||
// compute shader.
|
||||
// This is fine because the two buffers are only read by the compute
|
||||
// shader.
|
||||
partsize = paramsize = syssize;
|
||||
partoffs = paramoffs = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue