mirror of
https://github.com/yquake2/ref_vk.git
synced 2024-11-22 20:11:27 +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
|
** 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;
|
||||||
|
|
Loading…
Reference in a new issue