mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fixes particle solid axes after aae957ec7b
Some checks are pending
Some checks are pending
This commit is contained in:
parent
dd9124ae99
commit
9b79fb3793
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
<stream name="color" attribute="a_color"/>
|
||||
<stream name="uv0" attribute="a_uv0"/>
|
||||
<stream name="uv1" attribute="a_uv1"/>
|
||||
<stream name="uv2" attribute="a_axisX"/>
|
||||
<stream name="uv3" attribute="a_axisY"/>
|
||||
</vertex>
|
||||
|
||||
<fragment file="glsl/particle.fs"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue