Merge pull request #26 from devnexen/drawparticlessig

Apply similar change done for the gl1 renderer here.
This commit is contained in:
Denis Pauk 2022-07-22 23:31:19 +03:00 committed by GitHub
commit 48a73aa92f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -421,7 +421,7 @@ void R_DrawEntitiesOnList (void)
** Vk_DrawParticles ** 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 { typedef struct {
float x,y,z,r,g,b,a,u,v; float x,y,z,r,g,b,a,u,v;