mirror of
https://github.com/DCFApixels/Unity-DebugX.git
synced 2025-09-18 01:54:37 +08:00
Update HandlesWire.shader
This commit is contained in:
parent
0689fcb816
commit
587e7db5cb
@ -61,7 +61,7 @@ Shader "DCFApixels/DebugX/Handles Wire"
|
|||||||
g2f o;
|
g2f o;
|
||||||
|
|
||||||
|
|
||||||
for (int i = 0; i < 3; i++)
|
for (uint i = 0; i < 3; i++)
|
||||||
{
|
{
|
||||||
o.vertex = input[i].vertex;
|
o.vertex = input[i].vertex;
|
||||||
o.color = input[i].color;
|
o.color = input[i].color;
|
||||||
|
Loading…
Reference in New Issue
Block a user