mirror of
https://github.com/yquake2/ref_vk.git
synced 2024-11-10 14:51:48 +00:00
Merge pull request #26 from devnexen/drawparticlessig
Apply similar change done for the gl1 renderer here.
This commit is contained in:
commit
48a73aa92f
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ void R_DrawEntitiesOnList (void)
|
|||
** Vk_DrawParticles
|
||||
**
|
||||
*/
|
||||
void Vk_DrawParticles(int num_particles, const particle_t particles[], const unsigned colortable[768])
|
||||
void Vk_DrawParticles(int num_particles, const particle_t particles[], const unsigned *colortable)
|
||||
{
|
||||
typedef struct {
|
||||
float x,y,z,r,g,b,a,u,v;
|
||||
|
|
Loading…
Reference in a new issue